Get Verdict

GET /v1/verdicts/:id — Retrieve a specific debate with its full verdict and arguments.

1 min read
Share
GET/v1/verdicts/:id

Retrieve a specific debate with its full verdict.

Path Parameters

NameTypeRequiredDescription
idstringRequiredThe debate ID (starts with 'dbt_').

Example Request

bash
curl https://api.askverdict.ai/v1/verdicts/dbt_abc123def456 \
  -H "Authorization: Bearer vrd_your_api_key"

Response

Error Responses

CodeErrorDescription
404NOT_FOUNDDebate not found or not owned by you
401UNAUTHORIZEDInvalid API key

Was this page helpful?