Retrieves all labels and label groups via REST API
This endpoint supports filtering and pagination through query parameters. Available ransackable attributes: uuid, name, parent_uuid, is_group.
Available ransackable associations and their attributes:
- parent: parent_uuid, parent_name, parent_parent_uuid, parent_is_group
Number of records to skip, for offset/limit clients such as BI connectors. An offset past the end of the collection returns an empty records array, which is the end-of-data signal. To follow data.pagy.next instead of stepping the offset yourself, send it as page while keeping the same offset.
GET
curl -i -X GET \
'https://api.rhythms.ai/rest/v2/labels?page=1&per_page=20&limit=20&limit_max=%7Blimit_max%7D&offset=0&count=string'