get_projects
Retrieve complete details for multiple Atlassian Goal projects in one batch request, including descriptions, members, linked goals, and recent updates, to avoid multiple API calls.
Instructions
Fetch multiple projects by their IDs in a single batch request. Returns complete project details including description, members, linked goals, and recent updates for each project. More efficient than calling get_project multiple times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectIds | Yes | Array of project IDs to fetch (ARI format: ari:cloud:townsquare:{cloudId}:project/{uuid}). Maximum 20 projects per request. |