v1

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

Lists Histories for a given Project. The histories are sorted by modification time in descending order. The history_id key will be used to order the history with the same modification 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 History does not exist

get/toolresults/v1beta3/projects/{projectId}/histories

Path parameters

projectIdstring required

A Project id. Required.

Query parameters

filterByNamestring

If set, only return histories with the given name. Optional.

pageSizeinteger

The maximum number of Histories to fetch. Default value: 20. The server will use this default if the field is not set or has a value of 0. Any value greater than 100 will be treated as 100. Optional.

pageTokenstring

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

Response

Successful response