Query Pattern: Clients are accessed through the
ProviderConnection type. Query connections from a workspace, then access the clients field on the connection.Arguments
The ID of the workspace containing the provider connection.
The ID of the provider connection. This identifies which integration connection to query clients from.
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
Client identifier from your platform.
Client name.
Client email address.
Client phone number.
Client type or category.
Timestamp when the client was last modified in your platform.
Example
To query files for a specific client, use get client files with the client ID returned from this query.
Troubleshooting
Problem: No clients returned or empty list Solutions:- Verify the connection status is
active - Check that your platform has clients available for this connection
- Review the
optionsparameter to ensure filters aren’t excluding all clients - Verify the connection credentials have permission to access client data
- Verify the
connectionIdexists and belongs to your workspace - Ensure you’re using the correct connection ID from the connection setup
- Check that the connection status allows querying clients