Endpoints
Query Records
List normalized records and their stewardship status.
GET /api/pipeline/records
Fetch normalized records along with policy decisions, confidence scores, and AI insight metadata.
Query Parameters
| Name | Type | Description |
|---|---|---|
status | string | Filter by auto_accept, auto_reject, or requires_review. |
limit | integer | Defaults to 50. Max 200. |
since | ISO date | Return records updated after this timestamp. |
Response
Paginate using the returned next_cursor with /api/pipeline/records?cursor=....