Save task progress

View as Markdown

Persists in-progress form state for a claimed task.

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.
statemap from strings to anyOptional

The in-progress form state to persist.

Response

Progress saved.
okboolean

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error