Success Response
All successful responses follow this pattern:List Response
Listings include pagination metadata:Error Response
Errors follow a consistent pattern:HTTP Status Codes
| Code | Description |
|---|---|
200 | Success |
201 | Created |
204 | No Content (successful deletion) |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
409 | Conflict |
429 | Rate Limit Exceeded |
500 | Internal Error |
Pagination
Maximum number of items to return (max: 100)
Number of items to skip
Example
Filters
Most list endpoints support common filters:Text search in relevant fields
Filter by creation date (ISO 8601)
Filter by creation date (ISO 8601)