{
"opencollection": "1.0.0",
"info": {
"name": "Miro Developer Platform AI Interaction Logs App metrics (experimental) API",
"version": "v2.0"
},
"items": [
{
"info": {
"name": "App metrics (experimental)",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get app metrics",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.miro.com/v2-experimental/apps/:app_id/metrics",
"params": [
{
"name": "app_id",
"value": "",
"type": "path",
"description": "ID of the app to get metrics for."
},
{
"name": "startDate",
"value": "",
"type": "query",
"description": "Start date of the period in UTC format. For example, 2024-12-31."
},
{
"name": "endDate",
"value": "",
"type": "query",
"description": "End date of the period in UTC format. For example, 2024-12-31."
},
{
"name": "period",
"value": "",
"type": "query",
"description": "Group data by this time period."
}
]
},
"docs": "Returns a list of usage metrics for a specific app for a given time range, grouped by requested time period.\n\nThis endpoint requires an app management API token. It can be generated in the Your Apps section of Developer Hub.
\n