List Assistants

GEThttps://api.orcapulse.ai/assistant
GET/assistant
200Retrieved

Authentication

AuthorizationBearer

Send your API key in the `Authorization` header. Keep long-lived tokens on your server.

Query parameters

Use ISO 8601 datetimes like `2024-01-15T09:30:00Z`.

Response

Returns an array of assistant records for the current workspace.

If no assistants match the filters, the API returns an empty array.

Objects

Status codes

200Retrieved

Assistants returned successfully. The result may be an empty array if no records match.

400Bad Request

One or more query parameters are invalid.

401Unauthorized

Bearer token is missing or invalid.

Return only the fields your UI actually needs, and keep long-lived tokens server-side.

Was this page helpful?