---
title: "GET /api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions/{webhookSubscriptionId}/logs"
method: GET
path: "/api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions/{webhookSubscriptionId}/logs"
tags: ["Webhooks"]
---

# GET /api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions/{webhookSubscriptionId}/logs

`GET /api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions/{webhookSubscriptionId}/logs`

## Path parameters

- `oauthAppId` string, required
- `webhookSubscriptionId` integer, required
- `appId` string, required

## Query parameters

- `start` string, date-time, required
- `end` string, date-time, required
- `page` integer
- `limit` integer

## Response `200`

OK

- RestApiPaginationResultWebhookLog — Rest api pagination result
  - `Page` integer, required — Current page index
  - `Limit` integer, required — Current page size
  - `TotalRecordCount` integer, required — Total record count
  - `Data` WebhookLog[], required — Generic data object.
    - `WebhookSubscriptionOwnerUserId` integer — Webhook subscription owner user identifier
    - `EventCreated` string — Event created
    - `WebhookTriggered` string — Webhook triggered
    - `WebhookEventName` string — Webhook event name
    - `WebhookSubscriptionCallbackUrl` string — Webhook subscription callback url
    - `HttpResponseStatusCode` string — Received HTTP repsonse status HTTP code
    - `HttpResponseStatus` string — Received HTTP repsonse status
    - `RequestHeaders` string — Request headers
    - `RequestBody` string — Request body
    - `ResponseHeaders` string — Received response headers
    - `ResponseBody` string — Received response body
    - `Duration` string — Duration of HTTP request
    - `RetryCount` integer — Retry count
    - `FlipdishWebhookId` string, uuid — Flipdish webhook identifier
    - `Version` string — Flipdish webhook version

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

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