Content Type
All requests with a body must use JSON encoding:Request Structure
POST/PUT/PATCH Requests
Send parameters as a JSON object in the request body:GET Requests
Pass parameters as query strings:Common Parameters
| Parameter | Type | Description |
|---|---|---|
limit | integer | Max results to return (default: 20, max: 100) |
after | string | Cursor for pagination |
project | string | Filter by project ID |
