Skip to main content

ListRuns

GET 

/api/v1/workspaces/:workspace_id/runs

Gets all runs for a workspace. Returns a paginated list of runs ordered by date_added descending. Can be filtered by script ID and status.

By default, system runs (e.g. dashboard scripts) are excluded unless a specific script_id is provided or include_system_runs is set to true.

Requires READ permission on the organization level.

Request

Responses

Request fulfilled, document follows

Response Headers