Get hosted session
Retrieves the current status of a hosted session. Includes additional metadata when the session is completed.
Authorizations
Your LemonSlice API token.
Path Parameters
The session identifier returned upon creation.
Response
Returns basic status of session. When completed, includes additional metadata such as cost, timestamps, end reason, and conversation messages.
Current status of the session:
- QUEUED: session is waiting for a GPU container. Typically completes in seconds when warm containers are available. If all warm containers are in use, a cold start is required which may take up to 2.5 minutes.
- ACTIVE: agent is live.
- COMPLETED: session ended successfully.
- TIMED_OUT: GPU container timed out.
- FAILED: session ended with an error.
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.
