---
title: "Get Org Job Status"
method: GET
path: "/v2/org-jobs/{job_id}"
tags: ["Organization Jobs"]
---

# Get Org Job Status

`GET /v2/org-jobs/{job_id}`

Get the status of an organization-level job.

This endpoint retrieves the status of jobs that operate at the organization level,
such as org-wide data deletion jobs.

**Authorization**: The job's organization_id must match the user's organization.

## Path parameters

- `job_id` string, uuid4, required

## Response `200`

Successful Response

- OrgJobDB — Response schema for org jobs.
  - `id` string, uuid4, required
  - `organization_id` string, uuid4, required
  - `job_name` string, required
  - `status` string, required
  - `request_data` object, required
  - `error_message` string, nullable
  - `created_by` string, uuid4, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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