Audit log export limits

Audit log export limits

PN

a customer wants 90 days of audit events in one export. does that work

5:48

Not in one call. The export caps at 31 days per request so the CSV stays under the 50 MB attachment limit, and a 90 day range returns a 422 rather than truncating silently.

Terminal

Three files concatenate cleanly, the header only appears on the first. Row order is stable within a range, so a re-run of the same window produces the same file.

5:49
SH

can we raise the 31 day cap

5:56

The cap is downstream of the 50 MB attachment limit, so raising one without the other just moves the failure from a clean 422 to a truncated file. A busy workspace generates about 1.6 MB of audit CSV a day, which is where 31 came from.

5:57
SH

what if we don't attach it

6:02

Then the constraint goes away entirely. A signed download link with a short expiry has no size limit worth caring about, and it also stops us mailing a customer's audit trail as an attachment, which is the part compliance asks about.

6:03

ReUI Chat can make mistakes. Check important info.