Get Performance Metrics By ProviderAsk AIget https://api.revenium.ai/profitstream/v2/api/sources/metrics/ai/performance-metric-by-providerget performance metrics by providerQuery ParamsteamIdstringrequiredUnique identifier of the team (organization). Format: Revenium hashid (URL-safe encoded string).periodstringenumPredefined time window to aggregate results (e.g., TWELVE_MONTHS). Ignored if both startDate and endDate are provided. Defaults to TWELVE_MONTHS when no custom date range is specified.TWELVE_MONTHSHOUREIGHT_HOURSTWENTY_FOUR_HOURSSEVEN_DAYSTHIRTY_DAYSTWELVE_MONTHSAllowed:HOUREIGHT_HOURSTWENTY_FOUR_HOURSSEVEN_DAYSTHIRTY_DAYSTWELVE_MONTHSgroupstringenumAggregation group for the metric.MEANTOTALMEANMEDIANMAXIMUMMINIMUMAllowed:TOTALMEANMEDIANMAXIMUMMINIMUMstartDatestringStart of a custom date range in ISO 8601 format (e.g., 2025-09-01T00:00:00Z). Must be provided together with endDate. When both are provided, the period parameter is ignored and this custom range is used instead.endDatestringEnd of a custom date range in ISO 8601 format (e.g., 2025-09-30T23:59:59Z). Must be provided together with startDate. When both are provided, the period parameter is ignored and this custom range is used instead.providersarray of stringsOptional list of provider identifiers to include. Omit to include all providers.providersADD stringHeadersacceptstringenumDefaults to application/jsonGenerated from available response content types*/*application/jsonAllowed:*/*application/jsonResponses 200Returns provider performance metrics over time. 400Invalid input data 401Unauthorized - Authentication required 403Forbidden - Insufficient permissions 404Not Found 409Conflict 422Unprocessable EntityUpdated 6 months ago