Skip to main content
Version: Beta

AiWorkflowsResponse

description

Response type for paginated unified AI workflows query with metadata

type AiWorkflowsResponse {
data: [AiWorkflow!]!
totalCount: Int!
hasMore: Boolean!
}

Fields

AiWorkflowsResponse.data ● [AiWorkflow!]! non-null object graph-ql-types

List of workflows matching the filter criteria @exposed(scopes: ['enterprise-only'])

AiWorkflowsResponse.totalCount ● Int! non-null scalar graph-ql-types

Total count of workflows matching the filter (before pagination) @exposed(scopes: ['enterprise-only'])

AiWorkflowsResponse.hasMore ● Boolean! non-null scalar graph-ql-types

Whether there are more results available beyond the current page @exposed(scopes: ['enterprise-only'])

Returned By

aiWorkflows.workflows query