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

# Retrieve jobs

`GET /api/workflow/jobs`

## Query parameters

- `dateCreatedFrom` string, date-time — Retrieve jobs created after this date. ISO8601 format yyyy-mm-ddThh:mm:ssZ.
- `dateCreatedTo` string, date-time — Set a date range together with the "dateCreated" parameter. ISO8601 format yyyy-mm-ddThh:mm:ssZ.
- `dateModifiedFrom` string, date-time — Retrieve jobs modified after this date. ISO8601 format yyyy-mm-ddThh:mm:ssZ.
- `dateModifiedTo` string, date-time — Set a date range together with the "dateModified" parameter. ISO8601 format yyyy-mm-ddThh:mm:ssZ.
- `deadlineFrom` string, date-time — Retrieve jobs with a deadline after this date. ISO8601 format yyyy-mm-ddThh:mm:ssZ.
- `deadlineTo` string, date-time — Retrieve jobs with a deadline before this date. ISO8601 format yyyy-mm-ddThh:mm:ssZ.
- `resonsibleIDs` string
- `accountableIDs` string
- `status` string
- `orderBy` string
- `limit` integer
- `page` integer

## Response `200`

Successful response

- object[]
  - `id` string
  - `name` string
  - `description` string
  - `deadline` string
  - `createdByID` string
  - `accountableID` string
  - `dateCreated` string
  - `dateModified` string
  - `basedOnPreset` string
  - `presetID` string
  - `campaignID` string
  - `bookedMinutes` number
  - `jobKey` string
  - `dateFinished` string
  - `jobFinishedHistory` object[]
    - `userId` string
    - `date` string
  - `job_stages` object[]
    - `position` string
    - `status` string
    - `id` string
  - `job_previous_stage` object
    - `position` string
    - `status` string
    - `id` string
  - `job_active_stage` object
    - `position` string
    - `status` string
    - `id` string
  - `job_next_stage` object
    - `position` string
    - `status` string
    - `id` string
  - `jobMetaproperties` object
    - `metapropertyId` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/versions/bb9efc864ce1/schema)
