v1

latestOpenAPI 3.0.0Apache 2.02026-07-1713824.2 KB
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

next_page_tokenstring required

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"
    }
  ]
}