v1

latestOpenAPI 3.0.12026-07-269427.8 KB
Analytics

Get assistant conversations

Returns paginated AI assistant conversation history

Authenticate with an admin API key.

get/v1/analytics/{projectId}/assistant

Path parameters

projectIdstring required

Your project ID. Can be copied from the API keys page in your dashboard.

Query parameters

dateFromstring

Date in ISO 8601 or YYYY-MM-DD format

Example:2024-01-01
dateTostring

Date in ISO 8601 or YYYY-MM-DD format. dateTo is an exclusive upper limit. Results include dates before, but not on, the specified date.

Example:2024-01-01
limitnumber

Max results per page

cursorstring ulid

Pagination cursor (ULID format)

Response

Conversation data with pagination

{"stackTrail":"components:schemas:AssistantConversationsResponse:properties:nextCursor","oasType":"schema","type":"unknown","description":"Cursor to retrieve the next page of results. Null if no more results."}
hasMoreboolean required

Whether additional results are available beyond this page.