cURL
curl --request GET \ --url https://api.operator.xyz/conversational_agents/{id}/versions \ --header 'Authorization: Bearer <token>' \ --header 'Operator-Version: <operator-version>'
{ "data": [ { "version_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "version_status": "released" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The API version to use.
2025-06-19
Unique identifier for the agent, e.g. ca_8qm9JBCiTe7
ca_8qm9JBCiTe7
Successful response.
List of versions for this agent.
Show child attributes