---
title: "Fetch webhook applications."
method: GET
path: "/webhook_application/fetch"
tags: ["Webhook|Application"]
---

# Fetch webhook applications.

`GET /webhook_application/fetch`

This endpoint enables you to retrieve a list of webhook applications.

## Query parameters

- `filter[byIds][]` string[]
- `filter[byExternalIds][]` string[]
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardWebhookApplicationFetchResponse
  - `data` object[] — The applications.
    - `id` string — The internal id of the application.
    - `name` string — The name of the application.
    - `externalId` string — The external id of the application.
    - `description` string — The description of the application.
    - `active` boolean — Is the application active?
    - `baseUrl` string — The base url of the application.
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of records.

---

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