Skip to main content
Get one persisted artifact and its manifest
Audience: developers retrieving one organization-scoped artifact before an export or download.

Coverage and source scope

Returns the saved artifact record and its structured manifest when the artifact belongs to the authenticated organization. Use the manifest or export routes when a workflow needs explicit file metadata or an export envelope.

Canonical metadata

  • id
  • kind
  • status
  • manifest
  • provenance

Example request

Example response

Identity and provenance

Use an ID returned by the artifact list or create response. The returned record includes its saved manifest; use the manifest route when only file metadata is needed and the download route when payload retrieval is needed. When the bundle carries filing provenance, preserve that filing reference with any extracted content rather than relying on the artifact ID as a source citation.

Errors

A missing, inaccessible, or unresolved artifact returns 404 artifact_not_found. Without an organization on the authenticated principal, the route returns 403 organization_missing.

Give this prompt to your agent

Failure posture

  • do not substitute another artifact when an ID returns 404
  • retain the artifact ID and manifest checksum before handing content to another system
  • preserve filing provenance when the result is used as evidence