pydo.addons.get()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.addons.get(resource_uuid="123e4567-e89b-12d3-a456-426614174000")Description
To fetch details of a specific Add-On Resource, send a GET request to /v2/add-ons/saas/{resource_uuid}.
Replace {resource_uuid} with the UUID of the resource you want to retrieve.
Parameters
resource_uuidstring requiredThe UUID of the add-on resource to retrieve.
Response Example
More Information
See /v2/add-ons/saas/{resource_uuid} in the API reference for additional detail on responses, headers, parameters, and more.