---
title: "Get all job deployments"
method: GET
path: "/v1/job-deployments"
tags: ["Serverless Jobs"]
---

# Get all job deployments

`GET /v1/job-deployments`

## Response `200`

Fetch a list of job deployments

- ScaledJobShortInfoResponseDto[]
  - `name` string, required — Job deployment name
  - `created_at` string, date-time, required
  - `created_by_user_id` string, required — ID of the user who created the job
  - `compute` ComputeResource, required
    - `name` string, required — Name of the compute resource
    - `size` number, required — Number of compute units (e.g. 4 GPUs). Default is 1

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
