Routes
List routes
Lists routes you can invoke, newest first, optionally filtered by team and exact name.
GET
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Query Parameters
Opaque cursor returned by a previous page. Omit to fetch the first page.
Maximum number of items to return.
Required range:
1 <= x <= 1000Filter by owning team ID. Preserved by the cursor; if repeated, must match the original filter.
Filter by exact route name. Preserved by the cursor; if repeated, must match the original filter.