retrieve_label
Retrieve specific label details from a project by providing the project ID and label ID.
Instructions
Retrieve a label by ID.
Args: project_id: UUID of the project label_id: UUID of the label
Returns: Label object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| color | No | ||
| parent | No | ||
| project | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| sort_order | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |