v77

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-045764591.5 MB
Labels

List labels

List all custom labels added to your project separately from the labeling configuration.

get/api/labels/

Query parameters

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}