Get script by ID

Retrieves a specific script by its ID

Path parameters

script_idstringRequired
The unique identifier of the script

Headers

x-api-keystringRequired

Response

Successful Response
script_revision_idstring
Unique identifier for this specific script revision
script_idstring

User-facing script identifier, consistent across versions

organization_idstring
ID of the organization that owns this script
versioninteger
Version number of the script
created_atstringformat: "date-time"
Timestamp when the script was created
modified_atstringformat: "date-time"
Timestamp when the script was last modified
run_idstring or null
ID of the workflow run or task run that generated this script
deleted_atstring or nullformat: "date-time"
Timestamp when the script was soft deleted

Errors