Get Recent Queries

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_timestring or nullOptionalformat: "date-time"
Only return queries after this time
include_assistantboolean or nullOptional
Whether to include assistant responses in the results
start_datestring or nullOptionalformat: "date-time"
The start date of the period to retrieve analytics for
end_datestring or nullOptionalformat: "date-time"
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