- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Returns a list of step entries for a workflow execution. Entries are ordered by createTime
.
HTTP request
GET https://workflowexecutions.googleapis.com/v1/{parent=projects/*/locations/*/workflows/*/executions/*}/stepEntries
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the workflow execution to list entries for. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution} Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. Number of step entries to return per call. The default max is 1000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
skip |
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. |
filter |
Optional. Filters applied to the For example, if you are using the Google APIs Explorer:
or
|
orderBy |
Optional. Comma-separated list of fields that specify the ordering applied to the |
Request body
The request body must be empty.
Response body
Response message for ExecutionHistory.ListStepEntries.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"stepEntries": [
{
object ( |
Fields | |
---|---|
stepEntries[] |
The list of entries. |
nextPageToken |
A token to retrieve next page of results. Pass this value in the |
totalSize |
Indicates the total number of step entries that match the request filter. For running executions, this number indicates the number of step entries that are executed so far. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.