curl --request GET \
--url https://api.skyvern.com/v1/scripts[
{
"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 paginated list of scripts for the current organization
curl --request GET \
--url https://api.skyvern.com/v1/scripts[
{
"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.
Page number for pagination
x >= 11
Number of items per page
x >= 110
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