Get test results
Get test results
Query Parameters
The ID of the pipeline
The slug of the pipeline
Criteria to search by creation date
Criteria to search by metadata
- 200
Successful response
Schema
- Array [
- url
- string
- boolean
- ]
data object[] required
The unique identifier for the test result.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
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
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "archivedAt": 0, "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "branch": "string", "commit": "string", "metadata": {}, "name": "string" } ] }
Schema
- Array [
- url
- string
- boolean
- ]
data object[] required
The unique identifier for the test result.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
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
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "archivedAt": 0, "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "branch": "string", "commit": "string", "metadata": {}, "name": "string" } ] }