developer_space_get
Retrieve a developer space profile including ID, vendor ID, name, status, type, organization ID, and version by providing a developer ID.
Instructions
Get developer space profile by developerId. Returns {id, vendorId, name, status, type, organisationId, version}. Defaults to MARKETPLACE_DEVELOPER_ID. Unknown/malformed id → HTTP 400.
📖 Spec (GET /rest/3/developer-space/{developerId}): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-developer-space/#api-rest-3-developer-space-developerid-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| developerId | No | Defaults to MARKETPLACE_DEVELOPER_ID | a1b2c3d4-e5f6-7890-abcd-ef1234567890 |