v1

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

Lists Steps for a given Execution. The steps are sorted by creation_time in descending order. The step_id key will be used to order the steps with the same creation_time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if an attempt is made to list the children of a nonexistent Step - NOT_FOUND - if the containing Execution does not exist

get/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps

Path parameters

projectIdstring required

A Project id. Required.

historyIdstring required

A History id. Required.

executionIdstring required

A Execution id. Required.

Query parameters

pageSizeinteger

The maximum number of Steps to fetch. Default value: 25. The server will use this default if the field is not set or has a value of 0. Optional.

pageTokenstring

A continuation token to resume the query at the next item. Optional.

Response

Successful response