# List initiatives Retrieves all initiatives via REST API This endpoint supports filtering and pagination through query parameters. Available ransackable attributes: uuid, type, current_status, uuid, status, last_checkin_date, time_period_uuid. Available ransackable associations and their attributes: - time_period: time_period_uuid, time_period_name - owners: owners_uuid, owners_display_name, owners_status, owners_manager_uuid, owners_license_type, owners_display_name, owners_status, owners_manager_uuid, owners_license_type - labels: labels_uuid, labels_name, labels_parent_uuid, labels_is_group - ancestors: ancestors_uuid, ancestors_type, ancestors_current_status, ancestors_uuid, ancestors_status, ancestors_last_checkin_date, ancestors_time_period_uuid - teams: teams_uuid, teams_display_name, teams_parent_uuid, teams_status, teams_name, teams_is_org, teams_parent_uuid - links_as_child: links_as_child_uuid, links_as_child_ancestor_uuid Endpoint: GET /rest/v2/initiatives Version: v2 ## Query parameters: - `page` (number) Page number for pagination (default: 1) - `per_page` (number) Number of records per page (default: 20, max: 100) - `limit` (number) Alias for per_page - number of records per page - `limit_max` (number) Maximum number of records per page (overrides limit if not set) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 422 fields ## Response 429 fields ## Response 500 fields