Skip to main content
List routed requests
GET/v1/usage/requests

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

before
string<date-time>
required

RFC 3339 Nano timestamp from the last item in the current page.

before_id
string
required

Request ID from the last item in the current page.

limit
integer
default:50

Page size. Defaults to 50; maximum 200.

Required range: 1 <= x <= 200
session_id
string

Restrict results to one coding-agent session.

exclude_sessions
string

Comma-separated session IDs to omit when discovering sessions.

Response

A page of routed-request records.

items
object[]
required
has_more
boolean
required