Query Pattern: Clients are accessed through the
ProviderConnection type. Query connections from a workspace, then access the clients field on the connection.Arguments
ID!
required
The ID of the workspace containing the provider connection.
ID!
required
The ID of the provider connection. This identifies which integration connection to query clients from.
JSON
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
String!
Client identifier from your platform.
String
Client name.
String
Client email address.
String
Client phone number.
String
Client type or category.
Date
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