# Get a list

Retrieve details of a specific contact list.

Endpoint: GET /leads/api/lists/{uuid}
Version: 2.0.0
Security: bearerAuth

## Path parameters:

  - `uuid` (string, required)
    Resource UUID.

## Response 200 fields (application/json):

  - `uuid` (string)
    Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890"

  - `team_id` (integer)

  - `name` (string)
    Example: "CMO Germany"

  - `created_at` (string)

  - `updated_at` (string)


## Response 404 fields
