Returns detailed analytics for the specified app, including engagement metrics, deployment info, and governance flags.
You can get app_id values from List user apps if needed.
avg_session_duration_sec field always returns 0 as session tracking has not been implemented yet.API key for authentication. Get your API key from Base44 user settings.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Successful Response
Detailed analytics for a specific app
App identifier.
"app_abc123"
App name.
"Sales Dashboard"
Number of unique users.
x >= 0156
Total number of views.
x >= 02847
Average session duration in seconds.
x >= 00
Views in last 7 days.
x >= 0312
Views in last 30 days.
x >= 01205
Number of users who viewed the app in the last 7 days.
x >= 042
Number of users who viewed the app in the last 30 days.
x >= 089
Message credits consumed by this app.
x >= 04250
Integration credits consumed by this app.
x >= 0875
Daily view counts.
[
{ "date": "2025-10-27", "views": 45 },
{ "date": "2025-10-28", "views": 52 }
]App visibility, such as "Public", "Public (with login)", "Workspace", or "Private".
"Public (with login)"
Whether an AI agent is active in the app.
true
Whether backend functions are enabled for the app.
false
Whether any auth method is enabled.
true
Whether SSO is enabled.
false
Whether secrets are defined for the app.
true
Last publish date in YYYY-MM-DDTHH:MM:SSZ format.
"2025-01-10T14:30:00Z"