List Sessions
Search & Analytics
List Sessions
Retrieve sessions with their completions, ordered by most recent first. Use to display conversation history or analyze LLM usage patterns. Traces are referenced by ID but not expanded.
Filter by custom metadata using query parameters prefixed with custom_metadata. (e.g., custom_metadata.user_id=123).
page_size defaults to 10, maximum 100.
Prefer using the /search/sessions endpoint for more advanced filtering.
GET
List Sessions
Documentation Index
Fetch the complete documentation index at: https://docs.freeplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

