pydo.addons.get()
Generated on 16 Dec 2025
from pydo version
v0.22.0
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
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
resource_uuid |
string | True | The UUID of the add-on resource to retrieve. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.