Retrieves a collection by its ID.
926489
The ID of the collection.
Returns an array of items in the collection.
An unexpected client error.
await client.collections.getCollectionById(collections.entries![0].id!);
{
"id": "11446498",
"type": "collection",
"collection_type": "favorites",
"name": "Favorites"
}