v1

latestOpenAPI 3.0.32026-07-223120123.1 KB
Monitoring

A list of rows for an inference pipeline.

post/inference-pipelines/{inferencePipelineId}/rows

Path parameters

inferencePipelineIdstring uuid required

The inference pipeline id (a UUID).

Query parameters

pageinteger

The page to return in a paginated query.

perPageinteger

Maximum number of items to return per page.

sortColumnstring

Name of the column to sort on

ascboolean

Whether or not to sort on the sortColumn in ascending order.

Request body

searchQueryOrstring[] nullable
searchQueryAndstring[] nullable
notSearchQueryOrstring[] nullable
notSearchQueryAndstring[] nullable
rowIdListinteger[] nullable
excludeRowIdListinteger[] nullable

Example request

{
  "columnFilters": [
    {
      "measurement": "openlayer_token_set",
      "operator": "contains_none",
      "value": [
        "cat"
      ]
    }
  ]
}

Response

Status OK.