- read:space:confluence.
External DocumentationTo learn more, visit the Confluence documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Cursor | The cursor used to paginate through the results. |
| ID | The ID of the space for which labels should be returned. |
| Limit | The maximum number of labels to return in a single response. Values can range from 1 to 250. |
| Prefix | Select the prefix to filter the returned labels by. |
| Sort | The field to sort the results by. |
{
"results": [
{
"id": "<string>",
"name": "<string>",
"prefix": "<string>"
}
],
"_links": {
"next": "<string>",
"base": "<string>"
}
}
Was this page helpful?