Actions13
- Album Actions
- Search Actions
- Asset Actions
Overview
This node interacts with the Immich API to manage photo and video albums. Specifically, the 'Album Get' operation retrieves details of a specified album by its ID. It is useful for workflows that need to fetch album metadata or contents from a self-hosted photo and video management system like Immich.
Use Case Examples
- Retrieve album details by providing the album ID to display album information in a dashboard.
- Fetch album data to synchronize with another photo management system or backup service.
Properties
| Name | Meaning |
|---|---|
| Album ID | The unique identifier of the album to retrieve. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
albumid- The unique identifier of the retrieved album.name- The name of the album.description- Description or metadata associated with the album.assets- List of assets (photos/videos) contained in the album.
Dependencies
- Immich API
- An API key credential for authentication
Troubleshooting
- Ensure the Album ID is correct and exists in the Immich system to avoid 'not found' errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option or fix the certificate.
- Check proxy settings if requests fail due to network issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.