Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET/PATCH /api/gov/submissions
GET /api/gov/submissions
status
string
PENDING
IN_REVIEW
APPROVED
REJECTED
NEEDS_RESPONSE
{ "submissions": [ { "id": "sub_abc123", "status": "PENDING", "submittedAt": "2026-03-01T10:00:00Z", "round": 1, "assignedTo": null, "profile": { "address": "123 Main St", "city": "Austin", "state": "TX", "firmId": "firm_xyz", "verdictSummary": { "overall": "YELLOW", "passCount": 18, "failCount": 2, "needsReviewCount": 5 } }, "jurisdiction": { "name": "City of Austin" } } ], "total": 42 }
GET /api/gov/submissions/:reviewId
profile.categories[].items[]
reviewActions[]
PATCH /api/gov/submissions/:reviewId
assignToMe
boolean