benchling_api_client.api.entries.get_external_file_metadata module

async asyncio(*, client: Client, entry_id: str, external_file_id: str) Optional[EntryExternalFileById]

Retrieves the metadata for an external file. Use the ‘downloadURL’ to download the actual file. (Expand the schema view for details)

async asyncio_detailed(*, client: Client, entry_id: str, external_file_id: str) Response[EntryExternalFileById]
sync(*, client: Client, entry_id: str, external_file_id: str) Optional[EntryExternalFileById]

Retrieves the metadata for an external file. Use the ‘downloadURL’ to download the actual file. (Expand the schema view for details)

sync_detailed(*, client: Client, entry_id: str, external_file_id: str) Response[EntryExternalFileById]