---
title: "Get all services"
method: GET
path: "/v1/status-pages/services"
tags: ["Status Page Services"]
---

# Get all services

`GET /v1/status-pages/services`

## Query parameters

- `limit` integer
- `nextId` string
- `paginated` boolean

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- ServicesPaginatedResponse
  - `length` integer, required
  - `entries` StatusPageV2Service[], required
    - `name` string, required
    - `id` string, required
    - `accountId` string, required
    - `created_at` string, date, required
    - `updated_at` string, date, nullable
  - `nextId` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/versions/9e903da4f3da/schema)
