cURL
curl --request GET \ --url https://api.operator.xyz/conversational_agents \ --header 'Authorization: Bearer <token>' \ --header 'Operator-Version: <operator-version>'
{ "data": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "postprocess_agents": [ "<string>" ], "released_version_id": "<string>", "latest_version_id": "<string>" } ] }
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
Successful response.
List of agents.
Show child attributes