---
title: "Retrieve the set of run policy labels"
method: GET
path: "/schedule/runPolicy/labels"
tags: ["Schedule"]
---

# Retrieve the set of run policy labels

`GET /schedule/runPolicy/labels`

Used to query run policy labels

## Query parameters

- `organization_id` string, required
- `limit` integer
- `cursor` string

## Response `200`

Array of labels matching the query

- PlanLabelQueryResult — result envelope for run policy label query results
  - `labels` Label[] — All run labels that matched the query
    - `name` string, required — name
    - `color` string — color
  - `cursor` string — Cursor used for pagination

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
