list_labels
Retrieve all labels assigned to a specific project. Use this to view or manage project tags.
Instructions
List all labels in a project.
Args: project_id: UUID of the project params: Optional query parameters as a dictionary
Returns: List of Label objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |