Skip to main content
GET
Which conversations you see is decided by your credential, not by the query. A caller whose role can moderate conversations (owner or admin) sees every conversation in the organization. Every other caller, including an API key with the normal or editor role, sees only the conversations it owns. Results are ordered by creation time, newest first, and paged with a cursor. Loop until has_more is false; see Pagination. Archived conversations are not listed.
integer
default:"20"
The page size, from 1 to 100.
string
The next_cursor value from the previous page. A cursor this server did not issue returns 400. If the conversation a cursor points at has since been deleted, you get an empty page.
string
Only list conversations with this assistant. A value that is not a valid ID returns 400.
boolean
default:"false"
Include archived conversations. Accepts true, false, 1 or 0, in any letter case. Any other value returns 400 validation_error.

Response

object[]
required
The conversations on this page.
string | null
required
Pass this back as cursor to get the next page. null on the last page.
boolean
required
Whether another page exists.
Last modified on September 26, 2026