v2

OpenAPI 3.1.02026-07-26391214472.7 KB
admin-maintenance

Rebuild Seeded Records

Queue a background rebuild_seeded job for the current tenant.

Returns 202 with the job row; poll GET .../jobs/{id} for progress.

post/api/v1/admin/maintenance/rebuild

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

object_typesstring[] required
record_idsobject nullable
created_afterstring date-time nullable
rebuild_searchboolean
rebuild_grantsboolean

Response

Successful Response

idinteger required
tenant_idinteger required
job_typestring required
object_typesstring[] required
scopeobject required
optionsobject required
statusstring required
total_stepsinteger required
processed_stepsinteger required
current_phasestring nullable required
phase_progressobject required
error_messagestring nullable required
started_atstring date-time nullable required
completed_atstring date-time nullable required
created_byinteger nullable required
created_atstring date-time required
updated_atstring date-time nullable required