---
title: "Gets the flag history for the specified job group"
method: GET
path: "/v1/jobGroups/{jobGroupId}/flags/history"
tags: ["JobGroups"]
---

# Gets the flag history for the specified job group

`GET /v1/jobGroups/{jobGroupId}/flags/history`

Retrieve the flag history for a job group (required scope jobs:read)

## Path parameters

- `jobGroupId` integer, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadEntityFlagModel — A paged collection of items
  - `items` ReadEntityFlagModel[] — 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
    - `appliedAt` string, date-time — The UTC timestamp of when this flag was applied
    - `ownerName` string — The owner who applied the flag (user email or ID)
    - `comments` string, nullable — Additional context for 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)
