Tracira
API referenceLogs

Poll async log status

GET
/api/logs/{id}/status

Authorization

AuthorizationBearer <token>

Workspace webhook token from Settings -> Integrations.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/logs/string/status"
{
  "id": "string",
  "status": "pending",
  "verdict": "pass",
  "confidenceScore": 0,
  "explanation": "string",
  "humanDecision": "approved"
}
{
  "error": "string",
  "code": "string",
  "fields": {
    "property1": "string",
    "property2": "string"
  }
}
{
  "error": "string",
  "code": "string",
  "fields": {
    "property1": "string",
    "property2": "string"
  }
}