Get organization level audit logs
POST {{baseUrl}}/org/:orgId/audit?from=ex velit elit&to=ex velit elit&page=ex velit elit&sortOrder=ex velit elit
Request Params
| Key | Datatype | Required | Description | 
|---|
| from | string |  | The date you wish to fetch results from, in the format YYYY-MM-DD. Default is 3 months ago. Please note that logs are only available for past 3 months. | 
| to | string |  | The date you wish to fetch results until, in the format YYYY-MM-DD. Default is today. Please note that logs are only available for past 3 months. | 
| page | string |  | The page of results to request. Audit logs are returned in page sizes of 100. | 
| sortOrder | string |  | The sort order of the returned audit logs by date. Values: ASC,DESC. Default:DESC. | 
Request Body
{
  "filters": "${filters}"
}
| Key | Datatype | Required | Description | 
|---|
| Content-Type | string |  |  |