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"
}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
ID of the persistent agent.
Human-readable name for this agent.
The assigned objectives of the agent.
Cron-like schedule expression or interval (e.g., '@daily', '@every 30m').
Whether this agent is currently active
Lifecycle state for soft-expiration. 'paused' is represented by is_active=False.
active - Activeexpired - Expiredactive, expired Controls who can message this agent and who the agent may contact. Manual: only addresses/numbers listed on the agent's allowlist (includes owner/org members by default).
default - Default (Owner or Org Members)manual - Allowed Contacts Listdefault, manual Timestamp of the last user interaction (reply, edit, etc.).
Timestamp of when this agent was created.
Timestamp of when this agent was last updated.
ID of the user that owns the agent.
ID of the organization that owns the agent, if any.
ID of the browser-use agent used by the agent.
ID of the preferred contact endpoint used by the agent.
Enable Gobii to proactively start conversations offering related help for this agent.
Timestamp of the most recent proactive outreach trigger.
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"