leads_get_labels
Retrieve all lead labels (tags/categories) with UUIDs, names, and colors to categorize and organize leads in Pipedrive CRM.
Instructions
Get all lead labels (tags/categories).
Returns details of all lead labels available in your Pipedrive account. Lead labels are used to categorize and organize leads.
Workflow tips:
This endpoint does not support pagination (all labels returned)
Labels have UUIDs as identifiers
Use label UUIDs when creating/updating leads
Labels have name and color properties
Results are heavily cached (24 hours) as labels change infrequently
Common use cases:
List all labels: {}
Get label IDs for lead creation
Display available labels to users
Response format:
Returns array of label objects with: id (UUID), name, color, add_time, update_time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||