Results
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.
get/v1alpha2/parents/{parent}/results
Response
List of Results with next_page_token
Example response
{
"results": [
{
"uid": "0e0536c1-eccc-4727-9f99-5bb26ce3db90",
"name": "default/results/2be47d31-4d7f-4762-9616-969f2d7d9cc3",
"summary": {
"record": "default/results/2be47d31-4d7f-4762-9616-969f2d7d9cc3/records/2be47d31-4d7f-4762-9616-969f2d7d9cc3",
"type": "pipelines.tekton.dev/PipelineRun"
},
"id": "0e0536c1-eccc-4727-9f99-5bb26ce3db90",
"etag": "0e0536c1-eccc-4727-9f99-5bb26ce3db90-1675088191880127798"
}
]
}