box_shared_link_file_find_by_shared_link_url_tool
Locate Box files using shared link URLs to retrieve file details and metadata. Enter the shared link URL and optional password to access file information.
Instructions
Find a file by its shared link URL.
Args: ctx (Context): The context object containing the request and lifespan context. shared_link_url (str): The shared link URL of the file to find. password (str, optional): The password for the shared link, if applicable. Defaults to None.
Returns: dict: The response from the Box API containing the file details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shared_link_url | Yes | ||
| password | No |