Tasks-3
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST |
Retrieve tasks repository readiness
Get autonomy readiness details for a specific repository in the current project.
Required API key scopes
task:readQuery parameters
- refreshbooleanDefault:
false - repositorystring
- window_daysintegerDefault:
7
Response
Example request
GET /api /projects /:project_id /tasks /repository_readinessExample response
Status 200 Repository readiness status
RESPONSE
Create tasks summaries
Returns summary for the requested tasks: id, title, repository, created_at, updated_at, and the latest run's status and environment.
Required API key scopes
task:readQuery parameters
- limitinteger
- offsetinteger
Request parameters
- idsarray
Response
Example request
POST /api /projects /:project_id /tasks /summariesExample response
Status 200 Summary fields for the requested tasks
RESPONSE
Create tasks summaries
Returns summary for the requested tasks: id, title, repository, created_at, updated_at, and the latest run's status and environment.
Required API key scopes
task:readQuery parameters
- limitinteger
- offsetinteger
Request parameters
- idsarray
Response
Example request
POST /api /projects /:project_id /tasks /summariesExample response
Status 200 Summary fields for the requested tasks
RESPONSE