---
title: "List User Ticker Interests"
method: GET
path: "/admin/tickers"
tags: ["admin-tickers"]
---

# List User Ticker Interests

`GET /admin/tickers`

## Query parameters

- `limit` integer
- `cursor` string, nullable
- `exclude_do_no_call` boolean
- `is_internal` boolean, nullable

## Response `200`

Successful Response

- UserTickerInterestContainerList
  - `items` UserTickerInterestContainer[], required
    - `ticker` string, required
    - `items` UserTickerInterest[], required
      - `user_id` string, required
      - `call_request` CallRequestContainer
        - `status` 'OPEN' | 'PAUSED' | 'CLOSED', required
        - `position` 'NONE' | 'BEAR' | 'BULL' | 'SKEPTIC', required
        - `notes` string, nullable
        - `updated_at` string, date-time, nullable
        - `is_priority` boolean, required
        - `priority_marked_at` string, date-time, nullable
        - `is_high_conviction` boolean
        - `familiarity` 'NOT_WELL' | 'SOMEWHAT' | 'VERY_WELL'
      - `profile` UserProfileContainer, required
        - `first_name` string, nullable
        - `last_name` string, nullable
        - `internal_role` 'ADMIN' | 'TEST' | 'REVIEWER' | 'LEAD_REVIEWER'
        - `do_no_call` boolean, required
      - `organization` OrganizationContainer
        - `organization_id` string, uuid, nullable
        - `name` string, nullable
        - `fund_type` 'LONG_SHORT' | 'LONG_ONLY' | 'MARKET_NEUTRAL' | 'MULTI_STRATEGY'
        - `portfolio_style` 'CONCENTRATED' | 'DIVERSIFIED'
        - `time_horizon` 'SHORT_TERM' | 'MEDIUM_TERM' | 'LONG_TERM'
      - `call_user_association` CallUserAssociationContainer
        - `grouped_call_state_number` object
        - `grouped_call_ticker_number` object
        - `last_call_date` string, date-time, nullable
        - `next_call_date` string, date-time, nullable
        - `completed_calls` integer
        - `upcoming_calls` integer
        - `rescheduled_calls` integer
        - `cancelled_calls` integer
      - `call_ticker_lead` CallTickerLeadContainer
        - `source` CallSourceContainer
          - `name` string, nullable
          - `slug` string, nullable
      - `note` Note
        - `note_id` string, uuid, required
        - `text` string, nullable
  - `next_cursor` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[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/89fec75ff598/schema)
