Fetches conversation history records based on specified filters. Results are sorted newest-first by the database, then reversed to oldest-first before returning. Long strings in inputs/outputs are trimmed to 200 chars. Tool responses are truncated to 80 chars unless tools=true.
JWT token passed in x-access-token header
Maximum number of records to return (default 100)
5
Institution ObjectId. If omitted, uses the current user's institution.
Course identifier to filter by. When 0, matches records with course_id 0 or null.
1750532703472
Epoch timestamp in ms. Returns records created before this date.
1723019070274
Epoch timestamp in ms. Returns records created after this date.
1723019070274
The ObjectId of a specific history record to retrieve
"688b024f7db6fe6e921399e3"
Free-text search string. Matches against input, inputs, output, and outputs fields (case-insensitive regex).
"how to deploy"
When true, returns full tool response data. When false or omitted, tool responses longer than 80 chars are truncated.
false