get_goals
Fetch multiple goals by their ID in one batch request, returning complete details like description, metrics, and parent/child relationships.
Instructions
Fetch multiple goals by their IDs in a single batch request. Returns complete goal details including description, metrics, parent/child relationships, and recent updates for each goal. More efficient than calling get_goal multiple times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goalIds | Yes | Array of goal IDs to fetch (ARI format: ari:cloud:townsquare:{cloudId}:goal/{uuid}). Maximum 20 goals per request. |