queries
get_queries
Get query history based on specified filters.
Arguments:
tags
- Tags to filter for queries that are marked with these tags.endpoints
- Optionally specify an endpoint, or a list of endpoints to filter for.start_time
- Timestamp of the earliest query to aggregate.end_time
- Timestamp of the latest query to aggregate.page_number
- The query history is returned in pages, with up to 100 prompts perfailures
- indicates whether to includes failures in the returnapi_key
- If specified, unify API key to be used.
Returns:
A dictionary containing the query history data.