curl --request GET \
--url https://dev.startree.ai/tasks/{taskType}/state \
--header 'Authorization: <api-key>'"NOT_STARTED"curl --request GET \
--url https://dev.startree.ai/tasks/{taskType}/state \
--header 'Authorization: <api-key>'"NOT_STARTED"The format of the key is "Basic <token>" or "Bearer <token>"
Task type
successful operation
The response is of type enum<string>.
NOT_STARTED, IN_PROGRESS, STOPPED, STOPPING, FAILED, COMPLETED, ABORTED, TIMED_OUT, TIMING_OUT, FAILING Was this page helpful?