---
title: "List Call Request Tickers"
method: GET
path: "/admin/call-requests/tickers"
tags: ["admin"]
---

# List Call Request Tickers

`GET /admin/call-requests/tickers`

## Response `200`

Successful Response

- TickersWithUsers[]
  - `ticker` string, required
  - `users` User[], required
    - `user_id` string, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `username` string, nullable
    - `email` string, nullable
    - `position` 'NONE' | 'BEAR' | 'BULL' | 'SKEPTIC'
    - `is_priority` boolean
    - `updated_at` string, date-time, nullable
    - `internal_role` 'ADMIN' | 'TEST' | 'REVIEWER' | 'LEAD_REVIEWER'
    - `do_no_call` boolean
  - `position_counts` PositionCounts, required
    - `bull` integer
    - `bear` integer
    - `skeptic` integer

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/a8ae8846c411/schema)
