---
title: "List services"
method: GET
path: "/1/accounts/{account_id}/services"
tags: ["User Management > Accounts"]
---

# List services

`GET /1/accounts/{account_id}/services`

This endpoint allows you to retrieve all the services of an account.

## Path parameters

- `account_id` integer, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadService[]
    - `id` integer, required — Unique identifier of the resource `Service`
    - `name` string, required — Name of the resource `Service`
    - `count` integer, required
    - `rights` object

## Other responses

- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-09-14** `8c78546bf41f` — 1 info
  - added the optional property `allOf[subschema #2]/data/items/rights` to the response with the `200` status

[Change history](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/changes/1/accounts/:account_id/services/get.md)

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/73639b5640f9?raw)
