v61

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

Update Portal Audit Log Replay Job

Updates a job to re-send audit logs to an portal's webhook.

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

Request body

start_atstring date-time required

The start of a date-time range in RFC3339 format e.g. 2017-07-21T17:32:28Z. Must be within the last 7 days.

end_atstring date-time required

The end of a date-time range in RFC3339 format e.g. 2017-07-21T17:32:28Z. Must be within the last 7 days.

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"
}