Skip to content

Evidence Packages API

REST endpoints for generating, listing, and downloading evidence packages.

1 min read · For: Developers Compliance · Updated Mar 22, 2026 · Edit

Endpoints for managing evidence packages — audit-ready bundles of remediation proof with integrity verification.

GET /api/v1/riskops-evidence/packages Auth

List evidence packages with pagination and date range filtering.

GET /api/v1/riskops-evidence/packages/{package_id} Auth

Get a single evidence package by ID, including integrity hashes and download links.

POST /api/v1/riskops-evidence/packages Auth

Generate an evidence package on demand for a specific work item.

GET /api/v1/riskops-evidence/work-items/{work_item_id}/packages Auth

List all evidence packages associated with a work item.

GET /api/v1/riskops-evidence/work-items/{work_item_id}/artifacts Auth

List remediation artifacts for a work item.

GET /api/v1/riskops-evidence/stats Auth

Get evidence package statistics for the organization.

Full schemas

Refer to /api/v1/openapi.json on your Basirah instance for exact request/response schemas and export format options.