---
title: "GET /v1/alert/user/alert-pages"
method: GET
path: "/v1/alert/user/alert-pages"
tags: ["Alert"]
---

# GET /v1/alert/user/alert-pages

`GET /v1/alert/user/alert-pages`

ListUserAlertPages returns the current user's followed alert pages (personal config).

## Response `200`

OK

- MarksmanApiV1ListUserAlertPagesReply — ListUserAlertPagesReply returns the user's followed alert pages in order.
  - `items` MarksmanApiV1AlertPageItem[]
    - `uid` string
    - `name` string
    - `color` string
    - `sortOrder` integer
    - `filter` MarksmanApiV1AlertPageFilter — AlertPageFilter defines which alerts belong to a page (any match).
      - `strategyGroupUids` string[]
      - `levelUids` string[]
      - `strategyUids` string[]
      - `datasourceUids` string[]
      - `datasourceLevelUids` string[]
    - `createdAt` string
    - `updatedAt` string

---

[API](https://skmtc.net/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
