---
title: "Get Appointments"
method: GET
path: "/reports/appointments"
tags: ["CRM Reports", "CRM Reports"]
---

# Get Appointments

`GET /reports/appointments`

## Query parameters

- `start_date` string, nullable
- `end_date` string, nullable
- `user_id` string, nullable
- `type` string, nullable
- `outcome` string, nullable
- `page_size` integer
- `last_id` string, nullable

## Response `200`

Successful Response

- AppointmentListResponse
  - `appointments` AppointmentResponse[], required
    - `id` string, required
    - `title` string, nullable
    - `description` string, nullable
    - `appt_date` integer, nullable
    - `duration_minutes` integer, nullable
    - `type` string, nullable
    - `outcome` string, nullable
    - `status` string, nullable
    - `location` string, nullable
    - `people_contact_ids` unknown[], nullable
      - unknown
    - `team` string, nullable
    - `contact_lead_source` string, nullable
    - `marketing_source` string, nullable
    - `property_id` string, nullable
    - `opportunity_id` string, nullable
    - `userid` string, nullable
    - `created_by_userid` string, nullable
    - `created_ts` number, nullable
    - `updated_ts` number, nullable
  - `gross_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ambivo/apis/ambivo-api.md) · [All operations](https://skmtc.net/ambivo/apis/ambivo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ambivo/ambivo-api/versions/165a6d16a9a0/schema)
