---
title: "Get transfer_to_mobile_operator tool configuration"
method: GET
path: "/agents/{agent_id}/tools/transfer-to-operator"
tags: ["Agent Tools"]
---

# Get transfer_to_mobile_operator tool configuration

`GET /agents/{agent_id}/tools/transfer-to-operator`

Retrieve configuration for the transfer_to_mobile_operator tool.

    This tool transfers calls to human operators. Configuration includes:
    - Operator availability hours
    - Enabled departments (which departments can receive transfers)

    Note: This tool is mutually exclusive with transfer_to_phone.
    Only one can be enabled at a time.

    The agent must belong to your organization.

    Authentication:
    - API key with READ or READ_WRITE permission

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successfully retrieved transfer_to_mobile_operator configuration

- object
  - `ok` boolean
  - `data` object
    - `name` string
    - `display_name` string
    - `description` string
    - `category` string
    - `category_display_name` string
    - `scope` string
    - `enabled` boolean
    - `is_configured` boolean
    - `can_disable` boolean
    - `icon_url` string
    - `version` string
    - `config_fields` object[]

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
