---
title: "Gets a specific workflow job for a workflow run"
method: GET
path: "/repos/{owner}/{repo}/actions/jobs/{job_id}"
tags: ["repository"]
---

# Gets a specific workflow job for a workflow run

`GET /repos/{owner}/{repo}/actions/jobs/{job_id}`

## Path parameters

- `owner` string, required
- `repo` string, required
- `job_id` string, required

## Response `200`

WorkflowJob

- ActionWorkflowJob — ActionWorkflowJob represents a WorkflowJob
  - `completed_at` string, date-time
  - `conclusion` string
  - `created_at` string, date-time
  - `head_branch` string
  - `head_sha` string
  - `html_url` string
  - `id` integer
  - `labels` string[]
  - `name` string
  - `run_attempt` integer
  - `run_id` integer
  - `run_url` string
  - `runner_id` integer
  - `runner_name` string
  - `started_at` string, date-time
  - `status` string
  - `steps` ActionWorkflowStep[]
    - `completed_at` string, date-time
    - `conclusion` string
    - `name` string
    - `number` integer
    - `started_at` string, date-time
    - `status` string
  - `url` string

## Other responses

- `400` — APIError is error format response
- `404` — APINotFound is a not found empty response

---

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