List messages in a thread, ordered by created_at descending.
Supports cursor-based pagination via before parameter and
standard offset-based pagination via limit/offset.
Use with_details=false to exclude execution step data and reduce payload size.
Documentation Index
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Cursor for keyset pagination: only return messages with created_at < this value
Include execution steps in response (default true)
Number of items per page
1 <= x <= 100Number of items to skip
x >= 0