Maintenance

Gets the current in-memory state of all maintenance tasks.

get/api/v{version}/maintenance/status

Path parameters

versionstring required

Response

Returns the current state of all maintenance tasks.

type'LocationMigration' | 'CoordinateMigration' | 'UserMerge'

Represents the type of a maintenance task.

status'Idle' | 'Running' | 'Completed' | 'Failed'

Represents the status of a maintenance task.

affectedCountinteger nullable

Gets or sets the number of records affected by the task.

messagestring nullable

Gets or sets the error message if the task failed.

startedAtstring date-time nullable

Gets or sets when the task started.

completedAtstring date-time nullable

Gets or sets when the task completed.

Changes

No recorded changes to this endpoint across all 25 revisions of this API.