cURL
curl --request GET \ --url http://localhost:8080/api/v1/tap/ledger \ --header 'x-api-key: <api-key>'
[ { "uri": "<string>", "tapName": "<string>", "stagedPath": "<string>", "filename": "<string>", "contentHash": "<string>", "firstSeenAt": "<string>", "lastSeenAt": "<string>", "status": "staged", "metadata": {} } ]
Returns every ledger entry owned by the tap. The ledger records which documents the tap has already staged so re-runs skip unchanged files.
Optional API key for authentication (enabled via application.yaml)
Ledger entries
Unique source identifier for the document
MinIO key where the raw bytes were staged
staged
processed
failed
Show child attributes