Success responses
Successful create requests usually return201. Reads and updates usually return 200.
List responses include pagination fields:
?shape=envelope (alias: ?response_shape=cli) for the same agent-friendly envelope used by CLI JSON list output:
Pagination
List endpoints support:| Query param | Meaning |
|---|---|
limit | Number of results, default 25, max 100 |
offset | Offset into the result set |
Error format
Most errors return:Common status codes
| Status | Meaning |
|---|---|
400 | Invalid request or validation error |
401 | Missing or invalid authentication |
402 | Billing plan limit reached |
403 | Authenticated but not allowed |
404 | Resource not found or not visible |
409 | Conflict, such as duplicate dependency |
429 | Rate limited |
500 | Unexpected server error |
Plan limit errors
Creation endpoints can return402:
resource can be:
humansagentsactiveProjectsactiveIssues

