> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sagepilot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Customers

> Reference material for customer read APIs.

Use these endpoints to read customer profiles, related tickets, calls, notes, and linked contacts.

<CardGroup cols={2}>
  <Card title="List customers" href="/api-reference/customers/list">
    List, search, and sort customers.
  </Card>

  <Card title="Get customer" href="/api-reference/customers/get">
    Get a customer by exact ID, email, or phone.
  </Card>

  <Card title="Recent chats" href="/api-reference/customers/recent-chats">
    List recent chats for a customer.
  </Card>

  <Card title="Recent calls" href="/api-reference/customers/recent-calls">
    List recent voice calls for a customer.
  </Card>
</CardGroup>

## Access

Customer APIs use API client v2 with `customers:read` scope plus the `customers` dataset grant.
