v60

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0283227863.6 KB
Scripts

Get all scripts

Retrieves a paginated list of scripts for the current organization

get/v1/scripts

Query parameters

pageinteger

Page number for pagination

Example:1

Page number for pagination

page_sizeinteger

Number of items per page

Example:10

Number of items per page

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Response

Successful Response

script_revision_idstring required

Unique identifier for this specific script revision

script_idstring required

User-facing script identifier, consistent across versions

organization_idstring required

ID of the organization that owns this script

run_idstring nullable

ID of the workflow run or task run that generated this script

versioninteger required

Version number of the script

created_atstring date-time required

Timestamp when the script was created

modified_atstring date-time required

Timestamp when the script was last modified

deleted_atstring date-time nullable

Timestamp when the script was soft deleted