ListTeamFlagsV2Request

June 19, 2026 ยท View on GitHub

Example Usage

import { ListTeamFlagsV2Request } from "@vercel/sdk/models/listteamflagsv2op.js";

let value: ListTeamFlagsV2Request = {
  teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
  slug: "my-team-url-slug",
};

Fields

FieldTypeRequiredDescriptionExample
statemodels.ListTeamFlagsV2QueryParamState:heavy_minus_sign:The state of the flags to retrieve. Defaults to active.
limitnumber:heavy_minus_sign:Maximum number of flags to return.
cursorstring:heavy_minus_sign:Pagination cursor to continue from.
searchstring:heavy_minus_sign:Search flags by their slug or description. Case-insensitive.
kindmodels.QueryParamKind:heavy_minus_sign:The kind of flags to retrieve.
tagsstring[]:heavy_minus_sign:Filter flags by tag. Repeat the parameter for multiple tags (all must match).
createdBystring:heavy_minus_sign:Filter flags by the id of the entity that created them (a user or team id).
maintainerIdsstring[]:heavy_minus_sign:Filter flags by maintainer user id. Repeat the parameter for multiple maintainers (any may match).
includeMarketplaceFlagsboolean:heavy_minus_sign:Whether to include Marketplace experimentation items in the paginated response. Defaults to false.
teamIdstring:heavy_check_mark:The Team identifier to perform the request on behalf of.team_1a2b3c4d5e6f7g8h9i0j1k2l
slugstring:heavy_minus_sign:The Team slug to perform the request on behalf of.my-team-url-slug