v1
cURL
curl --request GET \ --url https://api.callrounded.com/v1/agents/{agent_id}/versions \ --header 'X-Api-Key: <api-key>'
200
example
{ "message": "Agent versions retrieved successfully", "data": [ { "version": 123, "configuration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "active": true } ], "error": { "details": [ { "field": "email", "message": "Invalid email format" } ], "message": "An error occurred while processing your request", "status": 400, "type": "generic_error" }, "status": 200}
Get all configuration versions of an agent.The response includes headers about rate limiting.
The API Key created in Rounded Studio.
The ID of the agent to get versions for.
Successfully retrieved agent versions
The response is of type object.
object