query
Get Query Logs
Returns a list of Query Logs and the total number/count of Query Logs. This endpoint is paginated.
Request
Request Parameters
- offset: int, default 0 The offset to where the pagination count will start from.
- limit: int, default 0 The number of items to retrieve starting from the offset. Max value is 100.
Response
QueryLogReponse
- query_logs: List[QueryLog] A list of QueryLogs.
- total: int Total number of QueryLogs in the database.
GET
/
api
/
v1
/
query
/
log
Authorizations
Authorization
string
headerrequiredEnter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Query Parameters
search
string
default: offset
integer
default: 0limit
integer
default: 100Response
200 - application/json
query_logs
object[]
requiredtotal
integer
required