Check an output
Stores the output and starts evaluation.
- Async (default -
syncomitted orfalse): responds immediately with HTTP202andstatus: pending; evaluation runs in the background. - Sync (
sync: true): evaluates inline and returns the full verdict with HTTP200.
Rate limit: 60 requests per minute per workspace token. Exceeding it returns 429 with a Retry-After: 60 header.
https://www.tracira.com/api/logsAuthorization
webhookToken Workspace webhook token from Settings -> Integrations.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/logs" \ -H "Content-Type: application/json" \ -d '{ "project": "Support Assistant", "output": "Thanks for reaching out. We will process your refund within 3-5 business days." }'{ "ok": true, "id": "string", "verdict": "pass", "confidenceScore": 0, "explanation": "string", "status": "pass"}{ "ok": true, "id": "string", "status": "pending"}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}