cURL
curl --request GET \ --url https://services.pref.rio/app-busca-search/api/v1/admin/migration/history \ --header 'Authorization: Bearer <token>'
{ "found": 123, "migrations": [ { "completed_at": 123, "error_message": "<string>", "id": "<string>", "previous_schema_version": "<string>", "schema_version": "<string>", "started_at": 123, "started_by": "<string>", "status": "idle", "total_documents": 123 } ], "out_of": 123, "page": 123 }
Retorna o histórico completo de migrações com paginação
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Página
Resultados por página
OK
Show child attributes
idle
in_progress
completed
failed
rollback