Retrieve a single application by ID.
Returns 404 if the application does not exist or does not belong to the target organization.
An application.
Bad request.
The caller is not authenticated or does not have the required permissions.
The application or organization does not exist, or belongs to a different organization.
{- "id": "f4a3e291-7682-4148-89c0-be3a8f17eb23",
- "name": "My Data Portal",
- "description": "Customer-facing data portal for project ACME-PROD.",
- "projectNames": [
- "publicdata"
], - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}