---
title: Jobs
description: Inspect generation jobs and operational status in the dashboard.
---

Open the [Jobs dashboard](https://www.sume.com/dashboard/jobs) to inspect recent
Developer API jobs, status, mode, public result or error data, and timeline
information where available.

For programmatic access, use:

```text
GET /v1/jobs
GET /v1/jobs/:id
GET /v1/jobs/:id/status
GET /v1/jobs/:id/result
GET /v1/jobs/:id/events
POST /v1/jobs/:id/cancel
```

Exact response shapes: live
[OpenAPI](https://api.sume.com/reference/json) · readable map in
[API reference](/api/reference).
