---
title: "GET /apps/{appId}/webhooks"
method: GET
path: "/apps/{appId}/webhooks"
---

# GET /apps/{appId}/webhooks

`GET /apps/{appId}/webhooks`

Returns a list of webhooks for an Amplify app.

## Path parameters

- `appId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListWebhooksResult — The result structure for the list webhooks request.
  - `webhooks` Webhook[], required — A list of webhooks.
    - `webhookArn` string, required — The Amazon Resource Name (ARN) for the webhook.
    - `webhookId` string, required — The ID of the webhook.
    - `webhookUrl` string, required — The URL of the webhook.
    - `branchName` string, required — The name for a branch that is part of an Amplify app.
    - `description` string, required — The description for a webhook.
    - `createTime` string, date-time, required — The create date and time for a webhook.
    - `updateTime` string, date-time, required — Updates the date and time for a webhook.
  - `nextToken` string — A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

## Other responses

- `480` — BadRequestException
- `481` — UnauthorizedException
- `482` — InternalFailureException
- `483` — LimitExceededException

---

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