POST
/
queries

Body

application/json
queries
string[]
required

The queries to execute.

Response

200 - application/json
limit
number | null
required

The limit of the pagination.

offset
number | null
required

The offset of the pagination.

total
number | null
required

The total number of results. If null, the total is unknown.

results
object[]
required

The results of the queries, returned in the same order as the queries.