Retrieves the current status of a room session. When the session is completed, returns additional metadata about the room.
Your LemonSlice API token.
The ID of the room to retrieve.
Room status retrieved successfully. Returns basic status for all states. When completed, includes additional metadata such as cost, timestamps, end reason, and conversation messages.
Current status of the session:
QUEUED, ACTIVE, COMPLETED, TIMED_OUT, FAILED Number of credits used for this session. Only returned when session_status is COMPLETED.
Reason the LLM session ended. Only returned when session_status is COMPLETED.
Unix timestamp when the LLM session started. Only returned when session_status is COMPLETED.
Unix timestamp when the LLM session ended. Only returned when session_status is COMPLETED.
Array of messages exchanged during the session. Only returned when session_status is COMPLETED.