app_software_get_by_appkey
Look up app-software by appKey to retrieve hosting platforms, software IDs, and compliance boundaries. Filter by hosting to narrow results.
Instructions
Look up app-software (the technical artifact behind a product listing) by its appKey. Returns an ARRAY of {appSoftwareId, hosting, complianceBoundaries, archived} — one entry per hosting platform the app supports. complianceBoundaries is a Cloud-only concept (an array like ["commercial"] for cloud, null for server/datacenter). Use hosting to narrow to a single entry.
📖 Spec (GET /rest/3/app-software/app-key/{appKey}): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-app-software/#api-rest-3-app-software-app-key-appkey-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appKey | Yes | App key like 'com.example.your-app' | |
| hosting | No | Narrow to one hosting platform's app-software entry. Invalid → HTTP 400. | |
| complianceBoundaries | No | Filter by compliance boundary (e.g. `commercial`). |