Get List
affinity_get_listRetrieve metadata for a specific Affinity list, including name, type, visibility, and owner. Use list ID from existing lists to get pipeline details.
Instructions
Get metadata for a single Affinity list (deal pipeline).
Returns basic list information: name, type, visibility, owner.
Parameters:
listId: List ID (required) - get from affinity_list_lists
Returns (JSON): { "id": number, "name": string, // e.g., "SVV Deal Funnel" "type": string, // "company", "person", or "opportunity" "isPublic": boolean, "creatorId": number, "ownerId": number }
List Types:
company: Organization tracking lists
person: Contact tracking lists
opportunity: Deal/fundraising lists
Next Steps:
Use affinity_get_list_fields to see available fields
Use affinity_get_swimlanes to see pipeline stages
Use affinity_get_list_entries to see entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | List ID (numeric). Get from affinity_list_lists. | |
| responseFormat | No | Output format: "json" or "markdown". Default: "json" |