---
title: "Sync Single Agent From Retell"
method: POST
path: "/v1/integrations/retell/sync-agent"
tags: ["retell"]
---

# Sync Single Agent From Retell

`POST /v1/integrations/retell/sync-agent`

Trigger an async sync of a single Retell agent's name + prompt.

## Headers

- `X-API-Key` string, required

## Request body

- SyncSingleAgentFromRetellRequest
  - `agent_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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