Get current status of a particular session
curl --request GET \ --url https://api.raccoonai.tech/sessions/{session_id}/status \ --header 'raccoon-secret-key: <api-key>'
{ "session_id": "session_12345", "status": "terminated" }
Successful Response
The response is of type object.
object
Was this page helpful?