---
title: "Get Job"
method: GET
path: "/jobs/{id}"
tags: ["Jobs"]
---

# Get Job

`GET /jobs/{id}`

Retrieve the current Job

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved Job

- Jobs
  - `id` string, uuid — Unique identifier for the async operation
  - `account_id` string, uuid — ID of the account associated with this operation
  - `resource_type` string — Type of resource being operated on
  - `resource_id` string, uuid — ID of the resource being operated on
  - `resource_action` 'create' | 'update' | 'delete' — Action being performed on the resource
  - `status` 'pending' | 'completed' | 'failed' — Current status of the async operation
  - `created_at` string, date-time — Timestamp when the operation was created
  - `updated_at` string, date-time — Timestamp when the operation was last updated
  - `error_message` string, nullable — Error message if the operation failed, null otherwise

## Other responses

- `404` — No Job found

---

[API](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api.md) · [All operations](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudamqp/cloudamqp-instance-api/revisions/d04a3670170c/schema)
