v25

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08143108383.9 KB
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.