Tracira
API referenceOutputs

Check an output

Stores the output and starts evaluation.

  • Async (default - sync omitted or false): responds immediately with HTTP 202 and status: pending; evaluation runs in the background.
  • Sync (sync: true): evaluates inline and returns the full verdict with HTTP 200.

Rate limit: 60 requests per minute per workspace token. Exceeding it returns 429 with a Retry-After: 60 header.

posthttps://www.tracira.com/api/logs
POST
/api/logs

Authorization

webhookToken
AuthorizationBearer <token>

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"  }}