---
title: "Gets currently active flag for the specified job"
method: GET
path: "/v1/jobs/{jobId}/flags"
tags: ["Jobs"]
---

# Gets currently active flag for the specified job

`GET /v1/jobs/{jobId}/flags`

Retrieve the current active flag for a job (required scope jobs:read)

## Path parameters

- `jobId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadJobFlagModel — Represents a model that holds information about a job flag
  - `historyId` integer — The unique identifier of the flag history entry
  - `flagId` integer — The unique identifier of the flag
  - `flagName` string — The name of the flag
  - `jobId` integer — The unique identifier of the job
  - `appliedAt` string, date-time — The UTC timestamp of when this flag was applied
  - `ownerName` string — The name of the owner who applied the flag
  - `comments` string — Additional comments about the flag

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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