---
title: "GET /discover/jobs"
method: GET
path: "/discover/jobs"
tags: ["DiscoverJob"]
---

# GET /discover/jobs

`GET /discover/jobs`

Retrieves a list of v2 discover jobs

## Response `200`

OK

- DiscoverJob[]
  - `executionId` string, uuid
  - `definitionId` string, uuid
  - `name` string, nullable
  - `jobUrl` string, nullable
  - `projectId` string, uuid
  - `primaryIndicator` IndicatorKey — The provider:providerId pair. This is used to identify an indicator in the system.
    - `provider` string, uuid — The ID of the provider for the indicator.
    - `providerId` string, nullable — The provider id of the indicator.
  - `created` string, date-time
  - `lastExecutionDate` string, date-time
  - `resultsAvailable` boolean
  - `companyPrefix` string, nullable
  - `owner` string, nullable
  - `project` string, nullable

## Other responses

- `429` — If the user has sent too many requests

---

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