---
title: "Fetch the job info for a job given its identifier"
method: GET
path: "/v1/jobs/{job_id}/info"
tags: ["jobs"]
---

# Fetch the job info for a job given its identifier

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

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- JobInfo
  - `feedbacks` object[]
  - `response` object
  - `status` string
  - `responseData` string

## Other responses

- `404` — Job not found

---

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