workflowexecutions.projects.locations.workflows.executions.list
GET {{baseUrl}}/v1beta/:parent/executions?pageSize=<integer>&pageToken=<string>&view=<string>&$.xgafv=<string>&access_token=<string>&alt=<string>&callback=<string>&fields=<string>&key=<string>&oauth_token=<string>&prettyPrint=<boolean>"aUser=<string>&upload_protocol=<string>&uploadType=<string>
Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | string | Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 10000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it. | |
pageToken | string | A page token, received from a previous ListExecutions call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListExecutions must match the call that provided the page token. | |
view | string | Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view. | |
$.xgafv | string | V1 error format. | |
access_token | string | OAuth access token. | |
alt | string | Data format for response. | |
callback | string | JSONP | |
fields | string | Selector specifying which fields to include in a partial response. | |
key | string | API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. | |
oauth_token | string | OAuth 2.0 token for the current user. | |
prettyPrint | string | Returns response with indentations and line breaks. | |
quotaUser | string | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
upload_protocol | string | Upload protocol for media (e.g. "raw", "multipart"). | |
uploadType | string | Legacy upload protocol for media (e.g. "media", "multipart"). |
RESPONSES
status: OK
{"executions":[{"argument":"incididunt Excepteur","endTime":"Lorem dolor labore","error":{"context":"cupidatat","payload":"consectetur dolor"},"name":"dolore laboris non velit","result":"elit aliquip nostrud mollit","startTime":"exercitation minim eu in proident","state":"ACTIVE","workflowRevisionId":"elit ullamco pariatur"},{"argument":"eiusmod ut in dolor","endTime":"dolor in","error":{"context":"nulla adipisicing velit","payload":"ad dolore et"},"name":"nisi aute","result":"occaecat non ipsum nulla in","startTime":"ut","state":"ACTIVE","workflowRevisionId":"et in"}],"nextPageToken":"in"}