---
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

---

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