Get Task Status Function
API Doc
Overview
Get execution status by execution ID of a FUNCTION TASK
get
/task/function/execution-status/{executionId}
Path parameters
executionIdstringRequired
The ID of the task execution.
Responses
200
Successful function task response with execution status.
application/json
Synchronous response of task execution.
executionIdstringOptional
The ID of the task execution.
verificationStatusstring · enumOptionalPossible values:
The status of the task verification.
404
Execution ID not found
application/json
500
Internal server error.
application/json
get
/task/function/execution-status/{executionId}verificationStatus
Last updated
Was this helpful?