Skip a task

View as Markdown

Skips a task within a run (requires project:manage).

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

projectIdstringRequired
runIdstringRequired
taskIdstringRequired

Request

This endpoint expects an object.
reasonstringOptional
An optional reason for the skip.

Response

The skipped task state.
taskmap from strings to any
An arbitrary JSON object.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error