---
title: "List Workspace Inbound Leads"
method: GET
path: "/api/workspaces/{workspace_id}/inbound-leads"
---

# List Workspace Inbound Leads

`GET /api/workspaces/{workspace_id}/inbound-leads`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- InboundLeadListResponse
  - `leads` InboundLeadResponse[]
    - `id` string, required
    - `workspaceId` string, nullable
    - `agentId` string, nullable
    - `name` string, required
    - `email` string, nullable
    - `phone` string, nullable
    - `description` string, nullable
    - `source` string, nullable
    - `status` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `calls` InboundLeadCallResponse[]
      - `id` string, required
      - `callDuration` integer, nullable
      - `createdAt` string, date-time, required
      - `tasks` InboundLeadTaskResponse[]
        - `id` string, required
        - `task_types` string[]
        - `status` string, required
        - `task_due_date` string, date-time, nullable
        - `task_description` string, nullable
        - `integrations` string[]
  - `count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
