API audit (number of records in response)

While running the API to get Audit log

<InstanceAddress>/rest/v1/audit/export API v1 - Audit - Matillion Docs

 

It only shows the last 25 records, is there any parameter that can be used to extend the response?

 

BR,

Patrik

@patek624

1.GET <InstanceAddress>/rest/v1/audit/export?limit=100

2.GET <InstanceAddress>/rest/v1/audit/export?limit=100&offset=100

I think these two bash commands would help you to solve this issue.

Thanks! limit and offset solved my issue :)

Thats good to hear :)