FruxonDocs
ApiCollection pipelines

Lists a run's per-item rows.

Returns the run-monitor status grid: one row per source item with its key, status, and the child execution-record id (for the per-item trace deep-link).

GET
/v1/tenants/{tenant}/collectionRuns/{collectionRun}/items
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

collectionRun*string

The unique identifier of the run.

Formatuuid
tenant*string

The tenant identifier

Query Parameters

PageSize?integer

The maximum number of items to return per page

Formatint32
PageToken.Skip?integer
Formatint32
PageToken.Cursor?string

Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.

orderBy?

Sort order (AIP-132 orderBy).

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/collectionRuns/497f6eca-6276-4993-bfeb-53cbbbba6f08/items"
{
  "items": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "tenantId": "00000000-0000-0000-0000-000000000000",
      "createdAt": 0,
      "modifiedAt": 0,
      "runId": "00000000-0000-0000-0000-000000000000",
      "pipelineId": "00000000-0000-0000-0000-000000000000",
      "sourceId": "00000000-0000-0000-0000-000000000000",
      "itemKey": "string",
      "status": "PENDING",
      "childExecutionRecordId": "00000000-0000-0000-0000-000000000000",
      "outputRef": "string",
      "sinkTarget": "string",
      "sourceUrl": "string"
    }
  ],
  "nextPageToken": "string",
  "totalCount": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}