Usage
Get Queries
GET
Get the queries history, optionally for a given set of tags for a narrowed search.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Tags to filter for queries that are marked with these tags.
Optionally specify an endpoint, or a list of endpoints to filter for
Timestamp of the earliest query to aggregate. Format is YYYY-MM-DD hh:mm:ss
.
Timestamp of the latest query to aggregate. Format is YYYY-MM-DD hh:mm:ss
.
The query history is returned in pages, with up to 20 prompts per page. Increase the page number to see older prompts.
indicates whether to includes failures in the return (when set as True ), or whether to return failures exlusively (when set as ‘only’).