---
title: "Get async job status"
method: GET
path: "/v1/public/jobs/{job_id}"
tags: ["external"]
---

# Get async job status

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

Check the status of a public async job, including PDF-processing, large-audio transcription, and report-generation jobs.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- ExternalJobResponse
  - `job_id` string, required
  - `task_type` string, required
  - `start_timestamp` string, nullable
  - `end_timestamp` string, nullable
  - `status` string, required
  - `progress` union, required
    - integer
    - number
  - `error` object, nullable
  - `result` object, nullable

## Other responses

- `422` — Validation Error

---

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