Skip to main content

Get all labels

GET 

/api/v1/project/labels

Get all labels

Request

Query Parameters

    name string

    Filter labels by name

Responses

Schema

  • Array [

  • id numberrequired

    Unique identifier of the label

    name stringrequired

    Name of the label

  • ]

Loading...