v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1392335.1 KB
projects

Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.

get/v1/{+parent}/stepEntries

Path parameters

parentstring required

Required. Name of the workflow execution to list entries for. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Query parameters

filterstring

Optional. Filters applied to the [StepEntries.ListStepEntries] results. The following fields are supported for filtering: entryId, createTime, updateTime, routine, step, stepType, parent, state. For details, see AIP-160. For example, if you are using the Google APIs Explorer: state="SUCCEEDED" or createTime>"2023-08-01" AND state="FAILED"

orderBystring

Optional. Comma-separated list of fields that specify the ordering applied to the [StepEntries.ListStepEntries] results. By default the ordering is based on ascending entryId. The following fields are supported for ordering: entryId, createTime, updateTime, routine, step, stepType, state. For details, see AIP-132.

pageSizeinteger

Optional. Number of step entries to return per call. The default max is 1000.

pageTokenstring

Optional. A page token, received from a previous ListStepEntries call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListStepEntries must match the call that provided the page token.

skipinteger

Optional. The number of step entries to skip. It can be used with or without a pageToken. If used with a pageToken, then it indicates the number of step entries to skip starting from the requested page.

view'EXECUTION_ENTRY_VIEW_UNSPECIFIED' | 'EXECUTION_ENTRY_VIEW_BASIC' | 'EXECUTION_ENTRY_VIEW_DETAILED'

Deprecated field.

Response

Successful response