Get Dataset Assets Status

Returns the ingestion status for assets in dataset by source path.

Authentication

AuthorizationBearer

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

Path parameters

dataset_idstringRequiredformat: "uuid"

Query parameters

filterenum or nullOptional
Allowed values:
offsetintegerOptional>=0Defaults to 0
limitintegerOptionalDefaults to 100

Request

This endpoint expects a nullable object.
source_pathstring or nullOptional

Response

Successful Response
PagedAssetsStatusResponseobject
OR
EmptyResponseobject

Errors

422
Unprocessable Entity Error