Sazabi
APIThreads

Get a thread's status

GET
/threads/{threadId}/status

Get the current processing status for a thread.

Path Parameters

threadId*string

Thread ID whose current processing status should be returned.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/threads/497f6eca-6276-4993-bfeb-53cbbbba6f08/status"
{  "status": "idle",  "lastRunStatus": "error"}