Startup Scripts
Get single startup script by ID
get/v1/scripts/{scriptId}
Path parameters
scriptIdstring required
Example:a7f671c6-dd87-48de-b713-a75323a87b81
Response
Return startup script with specific ID
Example response
{
"id": "8fe7659b-2f46-462f-81dc-a9c3bb283c07",
"name": "My startup script",
"script": "#!/bin/bash\n\necho hello world",
"created_at": "2026-06-12T10:30:00.000Z"
}