Retrieve a paginated list of conversations for the authenticated project.
Documentation Index
Fetch the complete documentation index at: https://astralform.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 20 | Number of results (1-100) |
offset | integer | 0 | Pagination offset |
order | string | ”desc” | Sort order: “asc” or “desc” |
| Field | Type | Description |
|---|---|---|
id | string | Unique conversation identifier |
created_at | string | ISO 8601 creation timestamp |
updated_at | string | ISO 8601 last update timestamp |
message_count | integer | Number of messages in conversation |
limit and offset for pagination:
meta.total field indicates the total number of conversations.