Startup Scripts
Get single startup script by ID
get/v1/scripts/{scriptId}
Path parameters
scriptIdstring required
Example:628b5e18-94d2-4554-89ea-664a31643944
Response
Return startup script with specific ID
Example response
{
"id": "01d54814-95c8-45d3-b83a-ba54c09241bc",
"name": "My startup script",
"script": "#!/bin/bash\n\necho hello world",
"created_at": "2026-06-12T10:30:00.000Z"
}