get_file
Retrieve full metadata for a File Manager file by file ID, including hosted URL, dimensions, and folder location.
Instructions
Retrieve full metadata for a single File Manager file.
Use when you have a file_id (from list_files) and need its hosted URL, dimensions, or folder. Use list_files to browse and discover file_ids.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if file_id is invalid.
Args: file_id: File ID (numeric, as a string) from list_files. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with id, name, type, full_size_url, thumbnail_url, size, width, height, folder_id, created_at, created_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| file_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |