v1

latestOpenAPI 3.1.02026-07-23310383.1 KB
Dataset Items

Retrieves multiple dataset items.

get/api/v1/dataset-items

Query parameters

datasetIdstring required
pageNumbernumber

The page number.

The page number.

pageSizenumber

The page size.

The page size.

searchstring

Search term to filter dataset items by name or description.

Search term to filter dataset items by name or description.

Headers

authorizationstring required

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Response

Retrieves all dataset items for the workspace.

createdAtstring date-time required
idstring uuid required

A UUID v4 string that identifies an entity.

updatedAtstring date-time required
datasetIdstring uuid required

The dataset ID associated with the dataset item.

descriptionstring required

The internal description of the dataset item.

filestring required

The file payload or file reference associated with the dataset item.

namestring required

The display name of the dataset item.

status'pending' | 'processing' | 'completed' | 'failed' required

The processing status of the dataset item.