Retrieves a page of groups from the Jira instance. Useful for resolving correct group names or IDs before passing them to other tools. Some returned groups are system-managed and may be inaccessible via other group operations. Use `start_at`/`max_results` to page through results.
start_atintegerThe 0-based index of the first item to return in the page of results. Defaults to 0. To paginate, use `next_start_at` from the response (or increment `start_at` by `max_results`); stop when `has_next_page` is false.
max_resultsintegerThe maximum number of items to return per page. Defaults to 50. The Jira instance might have its own maximum limit for this value. A single page is returned per call; use `has_next_page`/`next_start_at` to fetch more.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.