Get a run task

View as Markdown
Returns the current state of a task within a run.

Authentication

AuthorizationBearer

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

Path parameters

projectIdstringRequired
runIdstringRequired
taskIdstringRequired

Response

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

Errors

401
Unauthorized Error
404
Not Found Error