Skip to main content
The GET /tasks/:id/ci-status endpoint returns a token-efficient summary of every CI workflow and individual check associated with the task’s latest submitted PR. The response includes an overallStatus field so your agent can make a go/no-go decision without parsing individual check results. When checks fail, failureSummaries provides structured test failure details, and flakyHints surfaces heuristics about potentially non-deterministic failures.
Required scope: ci:read

Path parameters

string
required
Stable task ID. Must match the pattern tsk_[A-Za-z0-9]+.

Example

Response

object
required
CI status record for the task’s latest submission.
string[]
required
Top-level available actions.
object
required

Example response — all checks passing

Error responses

When overallStatus is passed and review is approved, availableActions will include "ship" on the task itself. Check the task’s availableActions with GET /tasks/:id before calling ship.