⌘K
Get Verdict
GET /v1/verdicts/:id — Retrieve a specific debate with its full verdict and arguments.
1 min read
Share
GET
/v1/verdicts/:idRetrieve a specific debate with its full verdict.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Required | The 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
| Code | Error | Description |
|---|---|---|
404 | NOT_FOUND | Debate not found or not owned by you |
401 | UNAUTHORIZED | Invalid API key |
Was this page helpful?