Get Task Status API
API Doc
Overview
Path parameters
executionIdstringRequired
The ID of the task execution.
Responses
200
Successful api task response with execution status.
application/json
Successful execution of the API task.
executionIdstringOptional
The ID of the executed task.
statusstring · enumOptionalPossible values:
Status of the execution.
errorMsgstringOptional
Error message if execution encountered issues but still returned a result.
404
Execution ID not found.
application/json
500
Internal server error.
application/json
get
/task/api/execution-status/{executionId}status
Last updated
Was this helpful?