Query API
Execute Queries
Overview of the Trench API
POST
/
queries
This endpoint requires your private API key.
Body
application/json
queries
string[]
requiredThe queries to execute.
Response
200 - application/json
limit
number | null
requiredThe limit of the pagination.
offset
number | null
requiredThe offset of the pagination.
total
number | null
requiredThe total number of results. If null
, the total is unknown.
results
object[]
requiredThe results of the queries, returned in the same order as the queries.
Was this page helpful?