Verdicts
Retrieve one of your past verdicts by slug
Authorization
bearerAuth AuthorizationBearer <token>
An smx_live_... API key, issued at /developers. Send as: Authorization: Bearer smx_live_...
In: header
Query Parameters
slug*string
Response Body
application/json
curl -X GET "https://example.com/api/v1/verdict?slug=string"{ "slug": "string", "status": "pending", "mode": "DECIDE", "url": "string", "slip": {}, "created_at": "2019-08-24T14:15:22Z"}Errors
Every error code the verdict endpoint can return, and what it means.
Run a decision through the full engine and get the verdict slip POST
Synchronous — the request does not return until the pipeline (clarify → deep run → verify → assemble) has finished or the 300s server budget is exhausted. On any failure the spent credit is refunded automatically (see failRunAndRefund in the source).