Skip to main content

List labels in organization

GET 

/bv/org/v1/organizations/labels

Lists all labels available within a specific organization.

Request

Query Parameters

    page_size int32

    Maximum value: 100. Default value: 10.

    page_token string

    A page token, received from a previous ListLabels API call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLabels must match the call that provided the page token.

    filter.name string

    Optioanl. The name of label.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    labels string[]

    Output only.

    next_page_token string

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Loading...