cURL
curl --request GET \ --url https://api.hopx.dev/v1/templates/build/{buildID}/status \ --header 'X-API-Key: <api-key>'
{ "build_duration_ms": 123, "build_id": "<string>", "completed_at": "<string>", "current_step": "<string>", "error_message": "<string>", "estimated_completion": "<string>", "progress": 123, "request_id": "<string>", "started_at": "<string>", "status": "<string>", "template_id": "<string>" }
Get the current status of a template build operation
API key for authentication (format: sk_live_...)
Build ID
Build status