curl --request GET \
--url https://api.example.com/api/album-assets/{album_asset_id}{
"id": "<string>",
"album_id": "<string>",
"asset_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Fetches one album-asset link record (the junction row between an album and an asset). Rarely needed directly; most callers want get_asset or get_album instead.
curl --request GET \
--url https://api.example.com/api/album-assets/{album_asset_id}{
"id": "<string>",
"album_id": "<string>",
"asset_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.gumnut.ai/llms.txt
Use this file to discover all available pages before exploring further.
Album-asset junction row ID (with album_asset_ prefix). Obtain from list_album_assets. Not the same as asset_id or album_id.
Successful Response
Represents a link between an album and an asset.