v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
RankingFlowItem

Retrieves a flow item by its ID.

get/flow/ranking/item/{flowItemId}

Path parameters

flowItemIdstring required

The ID of the flow item to retrieve.

Response

OK

idstring required

The unique identifier of the flow item.

flowIdstring required

The ID of the flow this item belongs to.

datasetIdstring required

The ID of the dataset used by this flow item.

workflowIdstring nullable

The ID of the workflow created for this flow item.

state'Pending' | 'Running' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped' | 'Incomplete' required
contextstring nullable

Optional context associated with this flow item.

failureMessagestring nullable

The failure message if the flow item failed.

expiresAtstring date-time nullable

The expiration timestamp of the flow item.

createdAtstring date-time required

The timestamp when the flow item was created.

startedAtstring date-time nullable

The timestamp when the flow item started processing.

completedAtstring date-time nullable

The timestamp when the flow item completed.

failedAtstring date-time nullable

The timestamp when the flow item failed.