Skip to main content
Daily API errors are returned as HTTP 4xx or 5xx responses. The response body includes two fields:
  • error — a stable string identifying the error type. Use this for programmatic error handling.
  • info — a human-readable description with additional context. Treat this as debug information only; the content may change.

HTTP status codes

Error types

Pagination

List endpoints (GET /rooms, GET /recordings, etc.) return up to 100 objects per request, sorted in reverse chronological order by default. Use cursor-based pagination to page through all results. Query parameters: Examples:
Fetching all results:
created_at timestamps have one-second granularity. If multiple objects are created within the same second, list order is stabilized by id as a secondary sort key.