---
title: "Get Portal Audit Log Webhook Status"
method: GET
path: "/v3/portals/{portalId}/audit-log-webhook/status"
tags: ["Portal Audit Logs"]
---

# Get Portal Audit Log Webhook Status

`GET /v3/portals/{portalId}/audit-log-webhook/status`

Returns status of the audit log webhook.

## Response `200`

Get response for portal audit log webhook status

- object
  - `webhook_status` 'active' | 'inactive' — Current status of a webhook. `active` indicates the webhook is sending or ready to send requests. `inactive` indicates the webhook has been turned off due to failed attempts.
  - `webhook_enabled` boolean — Configured status of a webhook. `enabled` indicates the client will accept requests. `disabled` indicates the client will not accept requests.
  - `last_attempt_at` string, date-time — The last time a request was made to the webhook, regardless of outcome.
  - `last_response_code` integer — The last response code received from the webhook.
  - `last_response_message` string — The last message received from the webhook. Useful for debugging.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b576ea92fca2/schema)
