Startup Scripts
Get single startup script by ID
get/v1/scripts/{scriptId}
Path parameters
scriptIdstring required
Example:751ba613-c092-4884-9be9-f90109e33d48
Response
Return startup script with specific ID
Example response
{
"id": "c68d4b4a-4333-44cd-b82d-2b15aa63ac2c",
"name": "My startup script",
"script": "#!/bin/bash\n\necho hello world",
"created_at": "2026-06-12T10:30:00.000Z"
}