projects
Lists Executions for a given History. The executions are sorted by creation_time in descending order. The execution_id key will be used to order the executions 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 - NOT_FOUND - if the containing History does not exist
get/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions
Path parameters
projectIdstring required
A Project id. Required.
historyIdstring required
A History id. Required.
Query parameters
pageSizeinteger
The maximum number of Executions 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