---
title: "Get Portal Audit Log Replay Job"
method: GET
path: "/v3/portals/{portalId}/audit-log-replay-job"
tags: ["Portal Audit Logs"]
---

# Get Portal Audit Log Replay Job

`GET /v3/portals/{portalId}/audit-log-replay-job`

Returns the audit log replay job's configuration and status.

## Response `200`

Response from fetching or updating an portal audit log replay job

- object
  - `start_at` string, date-time — The start of a date-time range. Initial value is 0001-01-01T00:00:0Z.
  - `end_at` string, date-time — The end of a date-time range. Initial value is 0001-01-01T00:00:0Z.
  - `status` 'unconfigured' | 'accepted' | 'pending' | 'running' | 'completed' | 'failed'
  - `updated_at` string, date-time — Timestamp when this job was last updated. Initial value is 0001-01-01T00:00:0Z.

## 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/30488401e983/schema)
