Endpoints
Get Chats
Retrieve details of a specific chat object. This endpoint is only available for PREMIUM users.
GET
Authorizations
Path Parameters
Response
200
application/json
Chat object
Represents a user chat session, storing prompts, responses, and scan-related details.
Unique identifier for the chat session.
The timestamp when the chat session was created.
The user-provided input message.
The AI-generated response to the user's prompt.
The format of the response. If set to 'JSON', 'json_output' must contain a valid JSON dictionary.
Available options:
MARKDOWN
, JSON
The associated scan ID
The current status of the chat request.
Available options:
PENDING
, RUNNING
, DONE
, ERROR
A valid JSON dictionary containing structured response data. This is required if 'response_type' is 'JSON'.