---
title: "Get Tickers"
method: GET
path: "/api/v1/tickers"
tags: ["User APIs", "tickers"]
---

# Get Tickers

`GET /api/v1/tickers`

Get active tickers for authenticated users based on client assignments.

Authenticated users see tickers assigned to their client OR tickers with no assignments.

## Response `200`

Successful Response

- PublicTickerResponse[]
  - `id` string, required
  - `message` string, required
  - `priority` integer, required
  - `starts_at` string, date-time, nullable, required
  - `ends_at` string, date-time, nullable, required

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
