### Poll one export job

`GET /api/v1/exports/{id}`

The job's current state and progress. Poll this until status reports the job is finished, then download.

- Authentication: manager session (JWT) or API token
- Permission: `prm_exports_index` (View export jobs)
- Risk: read

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Job id. |

#### Errors

| Code | Status | When |
| --- | --- | --- |
| `ERR_NOT_FOUND` | 404 | no such job, or one belonging to another manager's subtree |

#### Note

processed and total drive a progress bar; row_count is the final emitted count and stays 0 until the job finishes. A job that is not yours answers 404 rather than 403, so job ids are not enumerable across resellers.

