Skip to main content
GET
Get Dataset Processing Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string<uuid>
required

Dataset UUID, the id field from GET /api/v1/datasets (not the name)

Example:

"b8a7c3de-4f5a-4b6c-8d9e-0f1a2b3c4d5e"

Query Parameters

pipeline
string
default:cognify_pipeline

Pipeline whose per-item completion to count: 'cognify_pipeline' (default), 'add_pipeline', or 'code_graph_pipeline'.

Example:

"cognify_pipeline"

Response

Successful Response

Item-level completion counts for one dataset and one pipeline.

total
integer
required

Number of data items in the dataset

completed
integer
required

Items carrying the per-item completion stamp

pending
integer
required

Items without the stamp (total - completed)

items
DataItemProcessingStatusDTO · object[]
required

One entry per data item, in the same order as GET /datasets/{id}/data