Monitoring
List pipeline test results
List the latest test results for an inference pipeline.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Path Parameters
inferencePipelineId
string
requiredThe inference pipeline id (a UUID).
Query Parameters
page
integer
default: 1The page to return in a paginated query.
Required range:
x > 1
perPage
integer
default: 25Maximum number of items to return per page.
Required range:
1 < x < 100
type
enum<string>
Filter objects by test type. Available types are integrity
, consistency
, performance
, fairness
, and robustness
.
Available options:
integrity
, consistency
, performance
, fairness
, robustness
Response
200 - application/json
items
object[]
requiredWas this page helpful?