Script Runs

List script workflow runs

get/api/script-runs

Query parameters

status'running' | 'paused' | 'completed' | 'failed' | 'cancelled' | 'aborted_limit'
agentIdstring
scriptNamestring
limitinteger
offsetinteger nullable

Response

Paginated script run list

totalinteger required

Changes

Changed in 1 of the 104 revisions of this API.1

    • added the media type application/json for the response with the status

      response-media-type-added