Skip to main content
The spy endpoint returns the current state of a conversation session. Use it to debug what context the AI assistant has accumulated for a given convo_id.

Endpoint

GET /spy/{convo_id}
No authentication required.

Path Parameters

convo_id
string
required
The conversation session ID to inspect.

Example Request

cURL
curl https://rewardsbot-prod.liquidrewardsapi.com/spy/my-session-id

Response

Returns a JSON object representing the current conversation state. The structure varies based on the conversation’s progression.

Error Responses

Status CodeDescription
422 Unprocessable EntityInvalid path parameter