cURL
curl --request GET \ --url https://gobii.ai/api/v1/agents/ \ --header 'X-Api-Key: <api-key>'
{ "count": 123, "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "charter": "<string>", "schedule": "<string>", "is_active": true, "life_state": "active", "whitelist_policy": "default", "last_interaction_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "user_id": 123, "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "browser_use_agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "preferred_contact_endpoint_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "proactive_opt_in": true, "proactive_last_trigger_at": "2023-11-07T05:31:56Z" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"