# Curl:jobs

**Page:** api/curl-jobs

[Download Raw Markdown](./api/curl-jobs.md)

---

## API Endpoints Summary

- **GET** `/api/v1/curl/jobs` — List all async jobs
- **GET** `/api/v1/curl/jobs/{id}` — Get detailed job information
- **DELETE** `/api/v1/curl/jobs/{id}` — Cancel a pending or running job
- **GET** `/api/v1/curl/jobs/{id}/result` — Get job response body

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```