List labels
Labels
List labels
Retrieve a paginated list of labels in the workspace
GET
List labels
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items to skip for pagination (0-based)
Required range:
0 <= x <= 1000Example:
0
Maximum number of items to return per page
Required range:
1 <= x <= 100Example:
25
Filter by label slug (exact match)
Example:
"bug-fix"

