/api/provenanceTry it →Recent provenance events across the platform, newest first.
Query parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| limit | number | optional | Max events to return (1-200). | 50 |
| agent | string | optional | Filter to a single agent id. | 30-knowledge-rag |
| study | string | optional | Filter to a single study id. | — |
Response shape
{ events: Array<{ id: string; agent_id: string; action: string; study_id: string | null; created_at: string; provenance_hash: string }>; total: number }Example response
{"events": [{"id": "pe_01HZX7ABCD","agent_id": "30-knowledge-rag","action": "draft_protocol_amendment","study_id": "STU-204","created_at": "2026-06-05T14:22:01.000Z","provenance_hash": "sha256:9f1c..."}],"total": 1}