Query the list of files available for a specific client from a provider connection. This allows Filed to discover files associated with a client.Documentation Index
Fetch the complete documentation index at: https://docs.filed.com/llms.txt
Use this file to discover all available pages before exploring further.
Arguments
The ID of the workspace containing the provider connection.
The ID of the provider connection. This identifies which integration connection to query files from.
The client ID from your platform. This should match the
id returned from get connection clients.Optional query parameters for filtering or pagination. The exact options depend on your platform’s implementation and will be coordinated with Filed during integration setup.
Returns
File identifier from your platform.
Name of the file.
Size of the file in bytes.
MIME type of the file (e.g., “application/pdf”, “image/jpeg”).
URL where the file can be downloaded. Filed will use this URL to fetch the file.
Timestamp when the file was created in your platform.
Example
To download a file, Filed will use the
downloadUrl from the file object. Ensure these URLs are valid and accessible with the connection credentials provided during connection setup.Troubleshooting
Problem: No files returned for client Solutions:- Verify the client ID is correct and exists in your platform
- Check that the client has files associated with it
- Review the
optionsparameter to ensure filters aren’t excluding all files - Verify the connection credentials have permission to access client files
- Ensure download URLs are valid and use the correct protocol (https://)
- Verify the connection credentials have permission to access the file URLs
- Test the download URLs manually to ensure they return the expected files
- Check that file URLs haven’t expired or been moved