get-list-details
Retrieve detailed configuration and structure information for CRM lists, including pipeline stages and field settings, to understand list organization and data management.
Instructions
Get details for a specific CRM list (pipeline stages, field configuration, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listId | Yes | ID of the list to get details for |
Input Schema (JSON Schema)
{
"properties": {
"listId": {
"description": "ID of the list to get details for",
"type": "string"
}
},
"required": [
"listId"
],
"type": "object"
}