Skip to main content
GET
List labels

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
integer
default:0

Number of items to skip for pagination (0-based)

Required range: 0 <= x <= 1000
Example:

0

limit
integer
default:10

Maximum number of items to return per page

Required range: 1 <= x <= 100
Example:

25

slug
string

Filter by label slug (exact match)

Example:

"bug-fix"

Response

List of labels retrieved successfully

id
string

Unique label identifier

name
string

Label name

slug
string

Label slug

color
string

Label color (hex code)