Get all scripts

Retrieves a paginated list of scripts for the current organization

Headers

x-api-keystring or nullOptional
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Query parameters

pageintegerOptional>=1Defaults to 1
Page number for pagination
page_sizeintegerOptional>=1Defaults to 10
Number of items per page

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