Default module
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startstringOptionalExample:
Start of counting time frame (inclusive), schema YYYY-MM-DD, defaults to one month ago
2024-05-01endstringOptionalExample:
End of counting time frame (inclusive), schema YYYY-MM-DD, defaults to today
2024-05-31groupbystringOptionalExample:
By which value counts should be grouped by. Supports 'user', 'flow', and ' component', defaults to 'user'
userResponses
200
Response when grouping by user
application/json
x-200:Success
Response when grouping by flow
application/json
get
/icenter/executionsLast updated