Sazabi
APILogs

Query logs

POST
/logs/query

Query logs within one project.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/logs/query" \  -H "Content-Type: application/json" \  -d '{}'
{  "data": [    {      "property1": null,      "property2": null    }  ],  "nextCursor": "string",  "meta": {    "count": 0,    "took": 0  }}