Api
List Documents
Response Body
application/json
curl -X GET "https://loading/api/v1/legal/documents"[
{
"doc_type": "terms_of_service",
"published_at": "string",
"title": "string",
"version": 0
}
]List Conversations GET
List conversations with filtering, search, and pagination (AC1, AC7). - Full-text search uses PostgreSQL GIN index on search_vector - Supports filtering by date range, outcome, status, tag - Returns flagged conversations based on automated criteria - Response time target: <500ms (AC8)
List Dsar Requests GET
Next Page