Get Recent Queries

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

domainstringRequired

Query parameters

pageinteger or nullOptional
The page number for pagination
limitinteger or nullOptional
The number of queries per page
cutoff_timedatetime or nullOptional
Only return queries after this time
include_assistantboolean or nullOptional
Whether to include assistant responses in the results
start_datedatetime or nullOptional
The start date of the period to retrieve analytics for
end_datedatetime or nullOptional
The end date of the period to retrieve analytics for

Response

Successful Response
querieslist of objects
List of queries matching the request criteria
paginationobject
Pagination information

Errors