List API request logs

Returns a cursor-paginated page of the organization's API request logs (outbound calls made during tool execution), ordered oldest-first. Poll repeatedly, passing the returned `next_cursor` as `cursor`, until `has_more` is false. Only the last 30 days of logs are available. Credential values in request/response headers (e.g. Authorization, API keys) are redacted. This endpoint is available on the Enterprise plan. Contact your account team to enable it.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Query parameters

connector_idstringOptionalformat: "uuid"
Filter by connector ID.
created_afterdatetimeOptional

Only logs at or after this timestamp (ISO 8601). Clamped to the last 30 days — older values are raised to the 30-day floor.

created_beforedatetimeOptional

Only logs at or before this timestamp (ISO 8601).

cursorstringOptional

Opaque cursor from a previous response’s next_cursor.

methodstringOptional

Filter by HTTP method (GET, POST, PUT, PATCH, DELETE).

page_sizeintegerOptional

Records per page (1-1000, default 100).

response_statusintegerOptional
Filter by HTTP response status code.
toolcall_idstringOptionalformat: "uuid"

Filter by the originating tool-call ID.

Response

resultslist of objects
next_cursorstring or null
has_moreboolean