APIThreads
Get a thread's status
Get the current processing status for a thread.
Path Parameters
threadId*string
Thread ID whose current processing status should be returned.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/threads/497f6eca-6276-4993-bfeb-53cbbbba6f08/status"{ "status": "idle", "lastRunStatus": "error"}