# Search provider flags Returns a list of provider flags based on advanced filter criteria. Supports filtering by NPI, flag type, name, sub-collection, committee sharing, read status, and date ranges. Endpoint: GET /v2/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 - `flag_type` (array) Type of flag Example: "flagType1,flagType2,flagType3" - `first_name` (string) First name - `last_name` (string) Last name - `sub_collection_name` (array) Sub collection name Example: "subCollection1,subCollection2,subCollection3" - `shared_to_cred_committee` (boolean) Shared to cred committee (boolean) - `flagReadStatus` (string) Flag read status (seen, unseen, all) Enum: "seen", "unseen", "all" - `flagged_date_start` (string) Flagged date start (ISO date) - `flagged_date_end` (string) Flagged date end (ISO date) - `expiration_date_start` (string) Expiration date start (ISO date) - `expiration_date_end` (string) Expiration date end (ISO date) ## Response 400 fields ## Response 401 fields ## Response 403 fields