Account

List projects associated to a team

Teams have been replaced by groups. To make the transition to groups smoother, migrate your teams to groups. Members of the Account Owners team are automatically made super admin. You can change their access level by revoking super admin privileges, or by granting other roles and permissions.

The API endpoint /v1/account/{account_id}/team/{team_id}/projects is deprecated. Use https://api.aiven.io/v1/organization/{organization\_id}/permissions/project/{project\_id} instead. It will be removed on 2026-06-15.

get/account/{account_id}/team/{team_id}/projects

Path parameters

account_idstring required

Account ID

team_idstring required

Team ID

Response

Response

messagestring

Printable result of the request

Changes

Changed in 7 of the 15 revisions of this API.83

    • added the new organization:groups:read enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new organization:users:read enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new role:project:manager enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new role:project:read enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new project:event_logs:read enum value to the // response property for the response status

      response-property-enum-value-added

    • removed the organization:audit_logs:read enum value from the // response property for the response status

      response-property-enum-value-removed

    • added the new project:ai_gateway_keys:read enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new project:ai_gateway_keys:write enum value to the // response property for the response status

      response-property-enum-value-added

  • 87151749439711See the full diff
    • added the new organization:event_logs:read enum value to the // response property for the response status

      response-property-enum-value-added

    • endpoint deprecated

      endpoint-deprecated

    • endpoint reactivated

      endpoint-reactivated