Skip to main content
GET
/
api
/
album-assets
/
{album_asset_id}
Get a single album-asset link record by ID
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.

Path Parameters

album_asset_id
string
required

Album-asset junction row ID (with album_asset_ prefix). Obtain from list_album_assets. Not the same as asset_id or album_id.

Response

Successful Response

Represents a link between an album and an asset.

id
string
required

Unique album_asset identifier with 'album_asset_' prefix

album_id
string
required

ID of the album

asset_id
string
required

ID of the asset

created_at
string<date-time>
required

When this link was created

updated_at
string<date-time>
required

When this link was last updated