# Get Provider Flags Endpoint: GET /flags/search 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) Provider NPI(s) (comma or dash separated) - `flagType` (array) Type of flag Example: "flagType1,flagType2,flagType3" - `firstName` (string) First name - `lastName` (string) Last name - `subCollectionName` (array) Sub collection name Example: "subCollection1,subCollection2,subCollection3" - `sharedToCredCommittee` (boolean) Shared to cred committee (boolean) - `flagReadStatus` (string) Flag read status (seen, unseen, all) Enum: "seen", "unseen", "all" - `flaggedDateStart` (string) Flagged date start (ISO date) - `flaggedDateEnd` (string) Flagged date end (ISO date) - `expirationDateStart` (string) Expiration date start (ISO date) - `expirationDateEnd` (string) Expiration date end (ISO date) - `reportDateStart` (string) Report date start (ISO date) - `reportDateEnd` (string) Report date end (ISO date) ## Response 400 fields ## Response 401 fields ## Response 403 fields