---
title: "get status of the audit-log object-store export cursor"
method: GET
path: "/settings/audit_logs_s3_status"
tags: ["setting"]
---

# get status of the audit-log object-store export cursor

`GET /settings/audit_logs_s3_status`

## Response `200`

current export status (null if the feature was never enabled)

- object, nullable
  - `last_xmin` integer, required
  - `last_ts` string, date-time, nullable
  - `bootstrapping` boolean, required
  - `last_exported_audit_ts` string, date-time, nullable
  - `last_run_at` string, date-time, nullable
  - `last_run_exported` integer, required
  - `updated_at` string, date-time, required
  - `owner` string, nullable

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/4f91ba605804/schema)
