Endpoint Groups
Freshness
Freshness operations within the Assets API group.
Get asset freshnessGET
/assets/{assetKey}/freshness
Operation ID
getAssetFreshnessPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetKey |
string |
true |
- |
Responses
| Code | Description |
|---|---|
200 |
The request has succeeded. |
400 |
The server could not understand the request due to invalid syntax. |
401 |
Access is unauthorized. |
403 |
Access is forbidden. |
404 |
The server cannot find the requested resource. |
429 |
Client error |
500 |
Server error |
List asset freshness blockersGET
/assets/{assetKey}/freshness/blockers
Operation ID
listAssetFreshnessBlockersPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetKey |
string |
true |
- |
Responses
| Code | Description |
|---|---|
200 |
The request has succeeded. |
400 |
The server could not understand the request due to invalid syntax. |
401 |
Access is unauthorized. |
403 |
Access is forbidden. |
404 |
The server cannot find the requested resource. |
429 |
Client error |
500 |
Server error |
Explain asset freshnessGET
/assets/{assetKey}/freshness/explain
Operation ID
explainAssetFreshnessPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetKey |
string |
true |
- |
Responses
| Code | Description |
|---|---|
200 |
The request has succeeded. |
400 |
The server could not understand the request due to invalid syntax. |
401 |
Access is unauthorized. |
403 |
Access is forbidden. |
404 |
The server cannot find the requested resource. |
429 |
Client error |
500 |
Server error |
Reconcile asset freshnessPOST
/assets/{assetKey}/freshness/reconcile
Operation ID
reconcileAssetFreshnessPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetKey |
string |
true |
- |
Responses
| Code | Description |
|---|---|
202 |
The request has been accepted for processing, but processing has not yet completed. |
400 |
The server could not understand the request due to invalid syntax. |
401 |
Access is unauthorized. |
403 |
Access is forbidden. |
404 |
The server cannot find the requested resource. |
429 |
Client error |
500 |
Server error |
List asset freshness requirementsGET
/assets/{assetKey}/freshness/requirements
Operation ID
listAssetFreshnessRequirementsPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetKey |
string |
true |
- |
Responses
| Code | Description |
|---|---|
200 |
The request has succeeded. |
400 |
The server could not understand the request due to invalid syntax. |
401 |
Access is unauthorized. |
403 |
Access is forbidden. |
404 |
The server cannot find the requested resource. |
429 |
Client error |
500 |
Server error |