---
title: "Retrieve jobs list"
method: GET
path: "/jobs"
tags: ["Jobs"]
---

# Retrieve jobs list

`GET /jobs`

List a collection of jobs

## Query parameters

- `page` string
- `limit` string
- `search` string
- `sort_by` string
- `sort_dir` string
- `created_from` string
- `created_to` string
- `status_id` string
- `with_custom_fields` string
- `qb_class` string
- `filter` string
- `asn` string
- `sort` string
- `rel` string

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/fieldpulse/apis/fieldpulse-api.md) · [All operations](https://skmtc.net/fieldpulse/apis/fieldpulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldpulse/fieldpulse-api/revisions/61b397595943/schema)
