latestOpenAPI 3.1.02026-08-23100133183.1 KB
0d66c7340876
Startup Scripts
Get single startup script by ID
get/v1/scripts/{scriptId}
Path parameters
scriptIdstring required
Example:b6bd4b49-cfb9-4221-8d5d-10a6c60ccb6a
Response
Return startup script with specific ID
Example response
{
"id": "af213e46-fd16-4323-8981-ffbc812182b1",
"name": "My startup script",
"script": "#!/bin/bash\n\necho hello world",
"created_at": "2026-06-12T10:30:00.000Z"
}