---
title: "Get verification job status"
method: GET
path: "/class-verify/job/{job}"
tags: ["Class Verification"]
---

# Get verification job status

`GET /class-verify/job/{job}`

Query the status of a created verification job by its job ID. This endpoint provides tracking for the current status of a submitted contract verification.

## Path parameters

- `job` string, uuid, required — UUID of the class verification job.

## Response `200`

Verification job status

- VerificationJobStatus
  - `job_id` string, required
  - `class_hash` string, required
  - `created_timestamp` number, required
  - `updated_timestamp` number, required
  - `status` number, required
  - `status_description` string, required
  - `address` string, required
  - `contract_file` string, nullable, required
  - `name` string, required
  - `version` string, required
  - `license` string, nullable, required
  - `package_name` string, nullable, required
  - `project_dir_path` string, nullable, required
  - `build_tool` string, nullable, required
  - `dojo_version` string, nullable, required
  - `error_code` string, nullable, required
  - `error_category` string, nullable, required
  - `error_details` string, nullable, required
  - `error_stage` string, nullable, required
  - `error_suggestions` string[], nullable, required
  - `trace_id` string, nullable, required
  - `error` object
    - `code` string, required
    - `category` string, required
    - `message` string, required
    - `details` string, nullable
    - `stage` string, required
    - `suggestions` string[], required
    - `trace_id` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden - Missing or invalid API key
- `404` — Not Found
- `429` — Too Many Requests - Rate limit exceeded

---

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