Retrieve labels using their external ids
A list of label definitions.
The response for a failed request.
{- "items": [
- {
- "externalId": "my.known.id"
}
], - "ignoreUnknownIds": false
}
{- "items": [
- {
- "externalId": "my.known.id",
- "name": "string",
- "description": "string",
- "dataSetId": 1,
- "createdTime": 1730204346000
}
], - "nextCursor": "string"
}