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

# Jobs

> Create async jobs, poll for status, and retrieve results.

## Endpoints

* `POST /v1/jobs` — Submit any surface operation as an async job.
* `GET /v1/jobs/{id}` — Poll job status.
* `GET /v1/jobs/{id}/result` — Retrieve the completed result.

See the [Async Jobs guide](/guides/async-jobs) for the full polling workflow.
