---
title: "List all jobs"
method: GET
path: "/data/v1/jobs"
tags: ["Data"]
---

# List all jobs

`GET /data/v1/jobs`

Returns a list of all jobs and their status.

## Response `200`

OK

- GetJobsResponse
  - `id` string — Unique identifier for the job.
  - `status` string — Current status of the job (e.g., PENDING, PROCESSING, COMPLETE, FAILED).
  - `name` string — Name assigned to the job.
  - `created` string, date-time — Timestamp when the job was created.
  - `completeDate` string, date-time — Timestamp when the job was completed.
  - `downloadUrl` string, uri — URL to download the report once the job is complete.
  - `notificationEmails` string[] — List of emails to notify upon job completion.

---

[API](https://skmtc.dev/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.dev/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/revisions/ae2f0b97db3e/schema)
