> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Artifacts

> Build organization-scoped filing or comparison bundles, then inspect their manifests, exports, downloads, and storage state.

Build organization-scoped filing or comparison bundles, then inspect their manifests, exports, downloads, and storage state.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/artifacts" href="/api-reference/artifacts/get-v1-artifacts">List artifacts previously persisted for the current organization</Card>
  <Card title="POST /v1/artifacts" href="/api-reference/artifacts/post-v1-artifacts">Build and persist a filing-derived artifact bundle</Card>
  <Card title="GET /v1/artifacts/{artifact_id}" href="/api-reference/artifacts/get-v1-artifacts-artifact-id">Get one persisted artifact and its manifest</Card>
  <Card title="GET /v1/artifacts/{artifact_id}/download" href="/api-reference/artifacts/get-v1-artifacts-artifact-id-download">Download one persisted artifact payload</Card>
  <Card title="GET /v1/artifacts/{artifact_id}/export" href="/api-reference/artifacts/get-v1-artifacts-artifact-id-export">Export one persisted artifact as JSON, compact JSON, or a markdown download envelope</Card>
  <Card title="GET /v1/artifacts/{artifact_id}/manifest" href="/api-reference/artifacts/get-v1-artifacts-artifact-id-manifest">Get the structured manifest for one persisted artifact</Card>
  <Card title="POST /v1/artifacts/{artifact_id}/reconcile" href="/api-reference/artifacts/post-v1-artifacts-artifact-id-reconcile">Reconcile one persisted artifact with configured object storage</Card>
  <Card title="GET /v1/artifacts/summary" href="/api-reference/artifacts/get-v1-artifacts-summary">Summarize persisted artifact storage for the current organization</Card>
</CardGroup>
