Skip to main content
GET
Get one evidence pack, optionally its content

Path Parameters

id
string<uuid>
required

Project id.

packId
string
required

Evidence pack id.

Query Parameters

download
boolean
default:false

When true and the pack is stored on the local-disk backend (no presigned URL available), returns the document's raw content inline instead of just metadata.

Response

The pack, and its content or download URL if completed.

pack
object
required
downloadUrl
string | null
required

A presigned, short-lived (15 minute) URL when the pack is stored in object storage. Null on the local-disk backend — use content with ?download=true instead.

content
string | null
required

The document's raw content, only populated when ?download=true was passed and the object is on the local-disk backend (no presigned URL available).