curl --request GET \
--url https://api.example.com/api/album-assets{
"data": [
{
"id": "<string>",
"album_id": "<string>",
"asset_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"has_more": true
}Retrieves a paginated list of album-asset links, ordered by creation time, descending. Can be filtered by album_id, asset_id, or specific album-asset IDs.
curl --request GET \
--url https://api.example.com/api/album-assets{
"data": [
{
"id": "<string>",
"album_id": "<string>",
"asset_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"has_more": true
}Filter by album ID
Filter by asset ID
Filter by specific album-asset IDs (max 100)
Max number of results to return (1-200)
1 <= x <= 200Album-asset ID to start listing after
Library ID (required if user has multiple libraries)