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

# Get List Detail

> Retrieve detailed configuration and statistics for a specific segment.

<ParamField path="id" type="string" required>
  The ID of the id.
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "id": "a0ee-9c0b",
      "list_name": "Premium Users",
      "description": "Users who upgraded in Q1",
      "recipient_count": 450
    }
  }
  ```
</ResponseExample>
