---
title: "Get Agent Webhook"
method: GET
path: "/v1/agents/{agent_id}/webhook"
tags: ["agent-webhooks"]
---

# Get Agent Webhook

`GET /v1/agents/{agent_id}/webhook`

Get the webhook configuration for a specific agent.

## Path parameters

- `agent_id` string, required

## Response `200`

Successful Response

- WebhookResponse
  - `id` string, required
  - `url` string, required
  - `secret` string, required
  - `status` string, required
  - `contextLimit` integer, required
  - `timeout` integer, required
  - `createdAt` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentphone/apis/agentphone-api.md) · [All operations](https://skmtc.net/agentphone/apis/agentphone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentphone/agentphone-api/versions/3f3aa65dcd20/schema)
