WorkOS

audit_logs.exports.get

Get an Audit Log Export. The URL will expire after 10 minutes. If the export is needed again at a later time, refetching the export will regenerate the URL.

Remote workos

Other tools also called audit_logs.exports.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "auditLogExportId": {
      "type": "string",
      "description": "The unique ID of the Audit Log Export."
    }
  }
}
          

Provider

WorkOS →