cURL
curl --request GET \ --url https://api.roe-ai.com/v1/agents/
{ "count": 123, "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "disable_cache": true, "cache_failed_jobs": true, "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "engine_class_id": "<string>", "current_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "job_count": 123, "most_recent_job": "2023-11-07T05:31:56Z", "engine_name": "<string>", "tags": "<string>", "creator": { "id": 123, "email": "[email protected]", "first_name": "<string>", "last_name": "<string>" } } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
Retrieve a list of agents or create a new agent.
Organization ID to list agents from.
A page number within the paginated result set.
Number of results to return per page.
Filter agents by tag IDs. Can be provided multiple times.
Successfully retrieved list of agents.
123
Show child attributes
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"