---
title: "Retrieve a single job"
method: GET
path: "/v1/applications/jobs/{job_id}"
tags: ["template"]
---

# Retrieve a single job

`GET /v1/applications/jobs/{job_id}`

Retrieves a single job created via the Async API.

## Path parameters

- `job_id` string, uuid, required

## Response `200`

Successful response

- GetAsyncApplicationJobResponse
  - `id` string, uuid, required — The unique identifier for the job.
  - `status` 'in_progress' | 'failed' | 'completed', required — The status of the job.
  - `application_id` string, required — The ID of the application associated with this job.
  - `created_at` string, date-time, required — The timestamp when the job was created.
  - `updated_at` string, date-time — The timestamp when the job was last updated.
  - `completed_at` string, date-time — The timestamp when the job was completed.
  - `data` GenerateApplicationResponse
    - `title` string — The name of the output field.
    - `suggestion` string, required — The response from the model specified in the application.
  - `error` string — The error message if the job failed.

---

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