Sazabi
APILogs

Search logs with natural language

POST
/logs/search

Plan and execute a bounded template-first log query for 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/search" \  -H "Content-Type: application/json" \  -d '{    "question": "string"  }'
{  "status": "no_match",  "explanation": "string",  "data": [],  "meta": {    "took": 0,    "retrievalMs": 0,    "planningMs": 0,    "executionMs": 0,    "candidateCount": 0,    "familyCount": 0,    "plannerModel": "string"  }}