app_requests_and_approvals
Retrieve monthly app request and approval metrics for your Atlassian Marketplace apps, filterable by app key or product ID.
Instructions
Marketplace 'request app' / 'approve app' activity, per month. Benchmark-style aggregate (NOT a paginated list): {total:{name, appRequestsAndApprovalsPerMonth:[{date, appRequests, appRequestsApproved, appRequestsApprovalRate}]}, addons:[{addonKey, name, productId, appRequestsAndApprovalsPerAppPerMonth}]}. Filter by addon (app key) or productId; hosting/pagination are silently ignored.
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/app-requests-and-approvals): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-app-requests-and-approvals-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addon | No | App key (e.g. `com.example.your-app`). Narrows to one app. Alternative to `productId`. | |
| endDate | No | ISO date YYYY-MM-DD. | |
| productId | No | Product UUID. Narrows to one app. (Not in the HAL template but works.) | |
| startDate | No | ISO date YYYY-MM-DD. |