Queries are used to retrieve configs, logs, and workflow info.
limit
: Int - Number of items to return (default: 10, max: 100)offset
: Int - Number of items to skip (default: 0)configId
: ID - Filter runs by specific configuration ID (optional)instruction
: String! - Natural language description of the desired schema (required)responseData
: String - Sample JSON data to infer schema from (optional)integrations
: [IntegrationInput!]! - List of integrations to generate instructions for (required)instruction
: String - Natural language description of what you want to do (optional, returns all integrations if not provided)instruction
: String (optional) - Natural language description of what you want to doSuggestedIntegration
objects