Skip to main content
POST
List Query Log

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

Body

application/json
endTime
string<date-time> | null

The end time of the query.

queryType
enum<integer>[] | null

The type of query.

Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
20,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
200,
201,
202,
203,
204,
205,
210,
211,
212,
220,
230,
231,
232
startTime
string<date-time> | null

The start time of the query.

Response

200 - application/json

OK

queries
object[] | null