v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Gets an asset filter.

Prerequisites:

  • Domain (--domain-identifier), asset (--asset-identifier), and filter (--identifier) must all exist.

  • The asset filter should not have been deleted.

  • The asset must still exist (since the filter is linked to it).

get/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}

Path parameters

domainIdentifierstring required

The ID of the domain where you want to get an asset filter.

assetIdentifierstring required

The ID of the data asset.

identifierstring required

The ID of the asset filter.

Response

Success

idstring required

The ID of the asset filter.

domainIdstring required

The ID of the domain where you want to get an asset filter.

assetIdstring required

The ID of the data asset.

namestring password required

The name of the asset filter.

descriptionstring password

The description of the asset filter.

status'VALID' | 'INVALID'

The status of the asset filter.

createdAtstring date-time

The timestamp at which the asset filter was created.

errorMessagestring

The error message that is displayed if the action does not complete successfully.

effectiveColumnNamesString[]

The column names of the asset filter.

effectiveRowFilterstring

The row filter of the asset filter.