List workflow runs
This call returns a list of workflow runs that you can access. To monitor a specific workflow run, use GetRunStatus or GetRunLog.
Request
Example request
Header Fields
Name | Description |
---|---|
X-SBG-Auth-Token required | Your authentication token. |
Path parameters
Name | Data type | Description |
---|---|---|
page_size | string | Specify the preferred number of workflow runs to return in a page. If unspecified, the default value will be used. The default value is 50. The availability of additional pages is indicated by the value of next_page_token in the response. |
page_token | string | Specify page token to indicate where to start getting results. If unspecified, the first page of results will be returned. |
Response
See a list of response codes that may be contained in the body of the response.
Response body
Name | Data type | Decription |
---|---|---|
runs | Array of objects (RunStatus) | A list of workflow runs that the service has executed or is executing. The list is filtered to only include runs that the caller has permission to see. |
next_page_token | string | A token which may be supplied as page_token in workflow run list request to get the next page of results. An empty string indicates there are no more items to return. |
Example response body
Updated almost 3 years ago