Skip to main content
POST
Query Judgments
Use this API to list judgments by metadata only, with no semantic search. Use it when you want to enumerate decisions by decision value, reviewer, content type, or thread instead of ranking by similarity.

Endpoint

POST https://api.velt.dev/v2/memory/judgments/query

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

List a reviewer’s rejections

Response

Each record includes the reasoning, decision, confidence, judgeType, contentType, who decided (actionUser), timestamps, and scope ids. An agent block is present when an AI agent decided. organizationId and documentId on each record are Velt’s internal ids, not the ids you passed in. Results are newest-first. When you set annotationId, the newest limit records for that thread come back in chronological order, oldest first. total is the number of records in results after filtering. It never exceeds limit, and this endpoint does not report a match count beyond the returned page.

Success Response

Failure Response