---
title: "Gets currently active flags for all jobs in the specified group"
method: GET
path: "/v1/jobGroups/{groupId}/jobFlags"
tags: ["JobGroups"]
---

# Gets currently active flags for all jobs in the specified group

`GET /v1/jobGroups/{groupId}/jobFlags`

Retrieve the current active job flag for each job in the group (required scope jobs:read)

## Path parameters

- `groupId` integer, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadJobFlagModel — A paged collection of items
  - `items` ReadJobFlagModel[] — The items returned for the requested page
    - `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
  - `pageNumber` integer — The page number of the response where 1 is the first page
  - `pageSize` integer — The number of items requested for the current page
  - `pageItemCount` integer — The number of items returned in the current page

## 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)
