# Get all provider flags Returns a list of all provider flags for the given organization. Supports filtering by NPI, read status, and shared status. Endpoint: GET /flags Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Query parameters: - `offset` (number) The starting index for pagination, specifying how many records to skip. - `limit` (number) The maximum number of records to retrieve in a single request. - `npi` (string) - `read` (boolean) - `shared` (boolean) ## Response 200 fields ## Response 401 fields ## Response 403 fields