curl --request GET \
--url https://api.skyvern.com/v1/scripts/{script_id}{
"script_revision_id": "<string>",
"script_id": "<string>",
"organization_id": "<string>",
"version": 123,
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"run_id": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}Retrieves a specific script by its ID
curl --request GET \
--url https://api.skyvern.com/v1/scripts/{script_id}{
"script_revision_id": "<string>",
"script_id": "<string>",
"organization_id": "<string>",
"version": 123,
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"run_id": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The unique identifier of the script
"s_abc123"
Successful Response
Unique identifier for this specific script revision
User-facing script identifier, consistent across versions
ID of the organization that owns this script
Version number of the script
Timestamp when the script was created
Timestamp when the script was last modified
ID of the workflow run or task run that generated this script
Timestamp when the script was soft deleted