Get test results for a pipeline
Get test results for a pipeline
Query Parameters
The slug of the pipeline
- 200
- 400
- 404
Successful response
Schema
- Array [
- url
- string
- boolean
- ]
testResults object[]
The unique identifier for the test result.
The date and time the test result was created.
The date and time the test result was last updated.
The unique identifier for the pipeline associated with the test result.
The branch that the test result was created from
The commit that the test result was created from
metadata object nullable
property name* MetadataValueObject nullable
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
The name of the test result
{ "testResults": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": "2024-10-30T23:25:45.328Z", "updatedAt": "2024-10-30T23:25:45.328Z", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "branch": "string", "commit": "string", "metadata": {}, "name": "string" } ] }
Schema
- Array [
- url
- string
- boolean
- ]
testResults object[]
The unique identifier for the test result.
The date and time the test result was created.
The date and time the test result was last updated.
The unique identifier for the pipeline associated with the test result.
The branch that the test result was created from
The commit that the test result was created from
metadata object nullable
property name* MetadataValueObject nullable
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
The name of the test result
{ "testResults": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": "2024-10-30T23:25:45.328Z", "updatedAt": "2024-10-30T23:25:45.328Z", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "branch": "string", "commit": "string", "metadata": {}, "name": "string" } ] }
Invalid request parameters
Results not found