---
title: "List all prediction jobs created using the model. This endpoint is deprecated. Please use the corresponding /jobs-by-page endpoint instead."
method: GET
path: "/projects/{project_id}/jobs"
tags: ["prediction_jobs"]
deprecated: true
---

# List all prediction jobs created using the model. This endpoint is deprecated. Please use the corresponding /jobs-by-page endpoint instead.

`GET /projects/{project_id}/jobs`

> **Deprecated.**

## Path parameters

- `project_id` integer, required

## Query parameters

- `id` integer
- `name` string
- `model_id` integer
- `version_id` integer
- `status` string
- `error` string

## Response `200`

OK

## Other responses

- `404` — Project with given `project_id` not found

## Changes

> 34 revisions in range; 4 not diffed.

- **2026-07-17** `a1e12cbeeebc` — 6 info
  - added the optional property `items/config/image_builder_resource_request/liveness_probe` to the response with the `200` status
  - added the optional property `items/config/image_builder_resource_request/readiness_probe` to the response with the `200` status
  - added the optional property `items/environment/default_resource_request/liveness_probe` to the response with the `200` status
  - added the optional property `items/environment/default_resource_request/readiness_probe` to the response with the `200` status
  - …2 more
- **2024-05-21** `067fa53a0aee` — 1 info
  - endpoint deprecated
- **2024-01-23** `c3ef0b1c733b` — 1 info
  - added the media type `*/*` for the response with the status `200`
- **2023-12-05** `d062ab20ef25` — 1 breaking, 1 info
  - removed the media type `*/*` for the response with the status `200`
  - endpoint reactivated
- **2020-09-28** `c4b3505de7df` — 1 breaking, 1 info
  - removed the media type `*/*` for the response with the status `200`
  - endpoint reactivated

[Change history](https://skmtc.dev/caraml-dev/apis/merlin/changes/projects/:project_id/jobs/get.md)

---

[API](https://skmtc.dev/caraml-dev/apis/merlin.md) · [All operations](https://skmtc.dev/caraml-dev/apis/merlin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caraml-dev/merlin/revisions/a1e12cbeeebc/schema)
