CrowdyStudioAgentUsagePage
Sanitized app usage read model: newest exact records plus an aggregate for the requested window.
type CrowdyStudioAgentUsagePage {
records: [CrowdyStudioAgentUsageRecord!]!
summary: CrowdyStudioAgentUsageSummary!
since: DateTime!
until: DateTime!
}
Fields
CrowdyStudioAgentUsagePage.records ● [CrowdyStudioAgentUsageRecord!]! non-null object
Newest usage records, bounded by the requested limit.
CrowdyStudioAgentUsagePage.summary ● CrowdyStudioAgentUsageSummary! non-null object
Aggregate over the full requested time window, not only returned records.
CrowdyStudioAgentUsagePage.since ● DateTime! non-null scalar
Inclusive start of the usage window.
CrowdyStudioAgentUsagePage.until ● DateTime! non-null scalar
Exclusive end of the usage window.
Returned By
crowdyStudioAgentUsage query