---
title: "Find Flags For Provider"
method: GET
path: "/v2/flags"
tags: ["v2/flags"]
---

# Find Flags For Provider

`GET /v2/flags`

## Query parameters

- `provider_id` string, required

## Headers

- `organization-id` string

## Response `200`

Successfully fetched flags.

- ProviderFlagResponseDto[]
  - `id` string, required
  - `read` boolean, required
  - `active` boolean, required
  - `subCollectionName` string, required
  - `description` string, required
  - `actionSource` string, required
  - `createdAt` string, required
  - `flagType` string, required

## Other responses

- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Resource not found.

---

[API](https://skmtc.dev/certifyos/apis/certifyos-api.md) · [All operations](https://skmtc.dev/certifyos/apis/certifyos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/certifyos/certifyos-api/revisions/6ef2fa526e0f/schema)
