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>&quotaUser=<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

KeyDatatypeRequiredDescription
pageSizestringMaximum 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.
pageTokenstringA 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.
viewstringOptional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
$.xgafvstringV1 error format.
access_tokenstringOAuth access token.
altstringData format for response.
callbackstringJSONP
fieldsstringSelector specifying which fields to include in a partial response.
keystringAPI 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_tokenstringOAuth 2.0 token for the current user.
prettyPrintstringReturns response with indentations and line breaks.
quotaUserstringAvailable 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_protocolstringUpload protocol for media (e.g. "raw", "multipart").
uploadTypestringLegacy upload protocol for media (e.g. "media", "multipart").

RESPONSES

status: OK

{&quot;executions&quot;:[{&quot;argument&quot;:&quot;incididunt Excepteur&quot;,&quot;endTime&quot;:&quot;Lorem dolor labore&quot;,&quot;error&quot;:{&quot;context&quot;:&quot;cupidatat&quot;,&quot;payload&quot;:&quot;consectetur dolor&quot;},&quot;name&quot;:&quot;dolore laboris non velit&quot;,&quot;result&quot;:&quot;elit aliquip nostrud mollit&quot;,&quot;startTime&quot;:&quot;exercitation minim eu in proident&quot;,&quot;state&quot;:&quot;ACTIVE&quot;,&quot;workflowRevisionId&quot;:&quot;elit ullamco pariatur&quot;},{&quot;argument&quot;:&quot;eiusmod ut in dolor&quot;,&quot;endTime&quot;:&quot;dolor in&quot;,&quot;error&quot;:{&quot;context&quot;:&quot;nulla adipisicing velit&quot;,&quot;payload&quot;:&quot;ad dolore et&quot;},&quot;name&quot;:&quot;nisi aute&quot;,&quot;result&quot;:&quot;occaecat non ipsum nulla in&quot;,&quot;startTime&quot;:&quot;ut&quot;,&quot;state&quot;:&quot;ACTIVE&quot;,&quot;workflowRevisionId&quot;:&quot;et in&quot;}],&quot;nextPageToken&quot;:&quot;in&quot;}