getList audit exports

Required capabilityaudit.read

Request

Request URL

GET
GET /user-action-audit-exports

Responses

Response

application/json
{
  "items": [
    {
      "format": "csv",
      "byte_size": 8192,
      "download_path": "/user-action-audit-exports/b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b/download",
      "expires_at_utc": "2026-05-01T10:00:00Z",
      "failure_reason": null,
      "filter_criteria": {
        "occurred_from_utc": "2026-04-01T00:00:00Z",
        "occurred_to_utc": "2026-04-30T23:59:59Z"
      },
      "finished_at_utc": "2026-05-01T10:00:00Z",
      "generated_at_utc": "2026-05-01T10:00:00Z",
      "generated_by": "users/b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b",
      "id": "b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b",
      "requested_scope": {
        "kind": "enterprise",
        "ref": "enterprises/b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b"
      },
      "row_count": 42,
      "status": "ready",
      "storage_location": "s3://bucket/exports/audit-001.csv"
    }
  ]
}

Operation succeeded.