List GPT messages for a session

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Session ID

Query Params
string

Expand allows you to return additional fields that are not included in the default fields (comma-separated list).

Supported fields:

  • issue: Issue/error context for this message (populated when the message has an error flag)
string

Fields allows you to return a subset of the default fields (comma-separated list).

Supported fields:

  • answer: AI-generated answer text
  • comments: Comments attached to this message
  • data: Message-specific data payload
  • feedback: User feedback on the answer (1=thumbs up, 2=thumbs down)
  • files: File attachments on this message
  • flags: Internal state flags (e.g. error, prompt)
  • id: Message ID
  • question: User's question
  • references: Source references cited in the answer
string

⚠️ IMPORTANT: The interactive form does not properly support filter syntax. Do NOT use the "Try It" button for filtering. Instead, copy the code samples (cURL, JavaScript, etc.) and modify the filter parameter directly.

Filter Format: filter[field][operator]=value

Invalid filter formats will return a 422 status code with detailed error information.

Supported operators:

  • eq: Equal to
  • neq: Not equal to
  • gt: Greater than
  • gte: Greater than or equal
  • lt: Less than
  • lte: Less than or equal

Supported fields:

  • id: Filter by message ID
integer

Page number

integer
1 to 10000
Defaults to 100

Maximum number of results to return per page. Defaults to 100 if not specified. Maximum is 10,000. The response includes a more field indicating whether additional pages are available.

string

Fields to sort by

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json