---
title: "List Organization Calls"
method: GET
path: "/admin/organizations/{organization_id}/calls"
tags: ["admin", "organizations"]
---

# List Organization Calls

`GET /admin/organizations/{organization_id}/calls`

## Path parameters

- `organization_id` string, uuid, required

## Response `200`

Successful Response

- AdminCall[]
  - `call_id` string, uuid, required
  - `participants` AdminParticipant[]
    - `association_id` string, uuid, required
    - `user_id` string, nullable
    - `guest_id` string, uuid, nullable
    - `guest_name` string, nullable
    - `guest_email` string, nullable
    - `role` 'PRIMARY' | 'SECONDARY' | 'GUEST', required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `note` Note
      - `note_id` string, uuid, required
      - `text` string, nullable
    - `user_note` string, nullable
    - `is_first_call` boolean, nullable
    - `status` 'PENDING' | 'CONFIRMED' | 'DECLINED'
    - `updated_at` string, date-time, nullable
    - `last_calendar_update` string, date-time, nullable
    - `analyst_call_name` string, nullable
    - `association_source_id` string, uuid, nullable
    - `call_request_history` AdminParticipantCallRequestHistory
      - `status` 'OPEN' | 'PAUSED' | 'CLOSED', required
      - `familiarity` 'NOT_WELL' | 'SOMEWHAT' | 'VERY_WELL', required
      - `position` 'NONE' | 'BEAR' | 'BULL' | 'SKEPTIC', required
      - `is_priority` boolean, required
      - `is_high_conviction` boolean, required
      - `notes` string, nullable
      - `is_open_for_multiple_calls` boolean, nullable
      - `call_ticker_lead_id` string, uuid, nullable
    - `call_ticker_lead` AdminParticipantCallTickerLead
      - `source` string, uuid, required
  - `ticker` string, required
  - `status` 'SCHEDULING' | 'CONFIRMED' | 'CANCELLED' | 'RESCHEDULING' | 'ARCHIVED', required
  - `call_link` string, nullable, required
  - `call_date` string, date-time, nullable, required
  - `calendar_event_id` string, nullable
  - `note` Note
    - `note_id` string, uuid, required
    - `text` string, nullable
  - `transcript_ids` string[]
  - `call_status_history` CallStatusHistory[], nullable
    - `status` 'SCHEDULING' | 'CONFIRMED' | 'CANCELLED' | 'RESCHEDULING' | 'ARCHIVED', required
    - `call_date` string, date-time, nullable, required
    - `requester_user_id` string, nullable, required
    - `actor_user_id` string, nullable, required
    - `reason_note` string, nullable
    - `created_at` string, date-time, required
  - `is_priority` boolean
  - `priority_info` object
  - `is_live_session` boolean
  - `awaiting_schedule_user_ids` string[]
  - `has_overlapping_availability` boolean
  - `admin_action_required` boolean

## 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)
