---
title: "Get Human Agents Api"
method: GET
path: "/api/workspaces/{workspace_id}/human-agents"
---

# Get Human Agents Api

`GET /api/workspaces/{workspace_id}/human-agents`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- HumanAgentListResponse
  - `success` boolean
  - `human_agents` HumanAgentResponse[]
  - `message` string, required

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 8 could not be searched.

- **2026-07-31** `7c9aff2501f3` — 6 breaking
  - removed the required property `human_agents/items/campaignId` from the response with the `200` status
  - removed the required property `human_agents/items/createdAt` from the response with the `200` status
  - removed the required property `human_agents/items/id` from the response with the `200` status
  - removed the required property `human_agents/items/name` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/workspaces/:workspace_id/human-agents/get.md)

---

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