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

# agentlinkops index submissions-export

> Export one project’s local submission receipts.

```bash theme={null}
agentlinkops index submissions-export --project-id ID [--out FILE]
```

## Behavior and output

Reads the local submission archive, verifies receipt hashes and writes the selected project’s rows as a JSON array. An absent project produces an empty array. Output goes to stdout or atomically replaces --out. Exported rows preserve the import schema and can be imported again. No account, provider request or hosted subscription is required. Local project IDs filter records; they do not establish hosted authorization. Read the [receipt schema and hash example](/reference/local/index-submissions-import) and [chronological reconciliation](/reference/local/index-reconcile-submissions).

## Arguments

\--project-id ID is required. --out FILE writes the JSON array to a file.

## Exit status

0 on success; 2 on invalid input, receipt conflict, configuration or file failure.

Read [configuration and file ownership](/reference/local/configuration) before automating this command. Read [local file contracts](/reference/local/artifacts) for artifact fields. Browse the [local command index](/reference/local/index) for related commands.

<Note>Check the selected environment and workspace access before calling hosted operations. See [capability status](/capability-status).</Note>
