Endpoint Groups
Lineage and Partitions
Lineage and Partitions operations within the Assets API group.
Get asset graphGET
/assets/{assetKey}/graph
Operation ID
getAssetGraphPath 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 partitionsGET
/assets/{assetKey}/partitions
Operation ID
listAssetPartitionsPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetKey |
string |
true |
- |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
max_results |
integer |
false |
- |
page_token |
string |
false |
- |
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 |