Get background task status for a conversation
curl --request GET \
--url https://api.example.com/api/v1/conversations/{conversation_id}/task-status \
--header 'Authorization: Bearer <token>'{
"isActive": true,
"sessionId": "<string>",
"estimatedCompletion": 123,
"conversationId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.example.com/api/v1/conversations/{conversation_id}/task-status \
--header 'Authorization: Bearer <token>'{
"isActive": true,
"sessionId": "<string>",
"estimatedCompletion": 123,
"conversationId": "<string>"
}