Results 列表
/v1alpha2/parents/{parent}/results
Common Parameters
parent(in path):stringrequiredParent name refers to the namespace name or workspace name.
filter(in query):stringThis query can be used to pass CEL Expressions to filter the response. See more details here.
page_token(in query):stringIt can be used to fetch the next set of responses when the response is paginated. It corresponds to
NextPageTokenin the response.page_size(in query):integerNumber of response to fetch in one request. This query can be used for pagination.
order_by(in query):stringThis query can be used to order the response based on parameters. More details can be found here. Note: Add
%20instead of space when adding an optional direction qualifier, e.gcreated_by%20asc.
get Get the list of the Results
Results can be read across parents by specifying - as the parent. This is useful for listing all results stored in the system without prior knowledge about the available parents.
Response
200object: List of Results with nextPageTokenProperties:results:[]ResultnextPageToken:string
Result
Results are aggregators of Records, allowing users to refer to groups of Records as a single entity.
annotations:objectArbitrary user provided labels for the result.
uid:stringserver assigned identified of the Results
name:stringUser assigned identifier of the Result. Encodes Parent information.
summary: RecordSummaryRecordSummary is a high level overview of a Record, typically representing a "root" record for a result. It includes type agonstic information so that UI's and other tools do not need to be aware of underlying types.
createdTime:stringDEPRECATED: Use createTime instead
createTime:stringServer assigned timestamp for when the result was created.
updatedTime:stringDEPRECATED: Use updateTime instead
updateTime:stringServer assigned timestamp for when the result was updated.
id:stringDEPRECATED: use uid instead
etag:stringThis is etag for Results. If this is provided on update, it must match the server's etag.
RecordSummary
RecordSummary is a high level overview of a Record, typically representing a "root" record for a result. It includes type agonstic information so that UI's and other tools do not need to be aware of underlying types.
record:stringThe name of the Record this summary represents.
type:stringIdentifier of underlying data.
status:stringCompletion status of the Record.
startTime:stringendTime:stringannotations:objectKey-value pairs representing abitrary underlying record data that clients want to include that aren't covered by the above fields.
Status
Completion status of the Record.