Fidera documentation
Evidence exports
Export immutable Check evidence as JSON, CSV, Markdown, or PDF without creating a second case or report resource.
Export a Check with:
curl "https://api.fideralabs.com/v1/checks/$CHECK_ID/export?format=pdf" \
--header "Authorization: Bearer $FIDERA_API_KEY" \
--output check-evidence.pdfSupported format values are json, csv, markdown, and pdf.
Choose a format
| Format | Best for |
|---|---|
| JSON | Machine reconciliation and long-term structured retention |
| CSV | Tabular controls, analysis, and spreadsheet import |
| Markdown | Human review, version control, and portable text |
| Fixed attachments for examiner or customer-owned case files |
The export captures the Check's submitted subjects, normalized query, policy snapshot and version, source and dataset versions, timings, matches, score contributions, and decision evidence.
Retention and reconciliation
The Check remains the canonical record. If your program stores an exported
copy, retain its check_id, generation timestamp, and format beside the
artifact.
Use the Fidera Alert timeline for operational actions and your own case system for broader investigation narratives. A PDF export does not freeze or replace the Alert workflow.
Was this useful?Send documentation feedback