List calls
Returns a paginated list of calls scoped to the workspaces accessible by the API key. Use the workspaceIds query parameter to narrow results to a subset of those workspaces.
Authorizations
Enter your API Key (sk_live_xxx or sk_test_xxx)
Query Parameters
Page number (starts at 1)
1
Number of items per page
1 <= x <= 10010
Sort as a JSON string, e.g. ?sort={"orderBy":"createdAt","order":"desc"} (URL-encoded).
Filters as a JSON string. Each field wraps an operator object, e.g. ?filters={"createdAt":{"op":"between","from":"2026-06-01","to":"2026-06-30"}} or {"createdAt":{"op":"gt","from":"2026-06-25"}} (URL-encoded).
Workspace IDs to narrow down results. Must be a subset of the workspaces accessible by the API key. Omit to return data from every workspace in scope. Accepts either a comma-separated string (?workspaceIds=uuid1,uuid2) — the documented format — or repeated array params (?workspaceIds[]=uuid1&workspaceIds[]=uuid2).
"550e8400-e29b-41d4-a716-446655440000,6ba7b810-9dad-11d1-80b4-00c04fd430c8"