Asset catalog APIs

The Asset catalog, available to Enterprise customers, displays metadata for tasks. These APIs add, modify, and delete custom metadata. You can also download and upload metadata from the user interface.

The Asset catalog, available to Enterprise customers, displays metadata for tasks. These APIs add, modify, and delete custom metadata. You can also download and upload metadata from the user interface.
Endpoint Description
POST /catalog/custom-metadata Create custom metadata values for an Asset catalog task record.
GET /catalog/custom-metadata Retrieve all custom metadata values for an Asset catalog task record.
PATCH /catalog/custom-metadata Update custom metadata values for an Asset catalog task record.
DELETE /catalog/custom-metadata Delete custom metadata values for an Asset catalog task record.
POST /catalog/custom-metadata/columns Create custom metadata columns in the Asset catalog for all tasks in the environment. The new columns contain no values.
DELETE /catalog/custom-metadata/columns Delete custom metadata columns from the Asset catalog for all tasks in the environment.