v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Portal Audit Logs

Get Portal Audit Log Replay Job

Returns the audit log replay job's configuration and status.

get/v3/portals/{portalId}/audit-log-replay-job

Response

Response from fetching or updating an portal audit log replay job

start_atstring date-time

The start of a date-time range. Initial value is 0001-01-01T00:00:0Z.

end_atstring date-time

The end of a date-time range. Initial value is 0001-01-01T00:00:0Z.

status'unconfigured' | 'accepted' | 'pending' | 'running' | 'completed' | 'failed'
updated_atstring date-time

Timestamp when this job was last updated. Initial value is 0001-01-01T00:00:0Z.

Example response

{
  "start_at": "2017-07-21T17:32:28Z",
  "end_at": "2017-07-21T17:32:28Z"
}