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

# Jobs

## Status

`GET /api/v1/jobs/{jobId}`

Returns job status and progress.

## Result

`GET /api/v1/jobs/{jobId}/result`

Returns the converted data. For `JSON`, the response is JSON; for `CSV`/`XLS`, a file download.

### Notes

* If you request the result before the job completes, you'll get a `409 NOT_READY`.
* Jobs are ephemeral; fetch results soon after completion (job status and result may not be retained indefinitely).

```json theme={null}
{ "normalised": [ { "date": "2025-03-13", "description": "Start balance" } ] }
```
