Documentation Index
Fetch the complete documentation index at: https://docs.snorbe.deskrex.ai/llms.txt
Use this file to discover all available pages before exploring further.
List Agents
Returns the list of agents belonging to the workspace associated with your API key.Request
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | API key in Bearer snorbe_... format |
The workspace is automatically resolved from your API key. No parameters required.
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Agent ID |
name | string | Agent name |
isDefault | boolean | Whether this is the default agent |
createdAt | string | Creation timestamp (ISO 8601) |
updatedAt | string | Last update timestamp (ISO 8601) |
Examples
Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid, expired, or missing API key |
| 429 | TOO_MANY_REQUESTS | Rate limit exceeded |