---
title: "Get Jobs"
method: GET
path: "/v2.0/public/projects/{projectId}/jobs"
tags: ["Jobs"]
---

# Get Jobs

`GET /v2.0/public/projects/{projectId}/jobs`

Retrieves a list of job IDs within a specific project. 

**Permission Required:** Read Project Properties

## Path parameters

- `projectId` string, uuid, required

## Response `200`

Success.

- DefinedCrowdPublicApiApiResultsJobsGetProjectJobsResult
  - `jobs` DefinedCrowdPublicApiApiResultsJobsJob[], nullable — List of jobs within a specific project
    - `id` string, uuid — Job identifier.
    - `contributorsPerInputUnit` integer — Number of contributors needed to complete one input unit.
    - `languageCode` string, nullable — Language code configured. (e.g. "en-us")

## Other responses

- `400` — Invalid parameters.
- `401` — Invalid authentication (invalid/expired token).
- `404` — Project does not exist.

---

[API](https://skmtc.net/definedcrowd/apis/defined-ai-api.md) · [All operations](https://skmtc.net/definedcrowd/apis/defined-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/definedcrowd/defined-ai-api/revisions/14cab8ac3bca/schema)
