### Fetch a series' print job

`GET /api/v1/card-batches/{id}/print-job`

The data a client needs to render the printable sheet in the browser. Rendering happens client-side; the server ships no PDF engine.

- Authentication: manager session (JWT) or API token
- Permission: `prm_cards_download` (Download / export cards)
- Risk: write

#### Parameters

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

