pydo.functions.get_trigger()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.functions.get_trigger(
namespace_id="fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
trigger_name="my trigger",
)Description
Gets the trigger details. To get the trigger details, send a GET request to /v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}.
Parameters
namespace_idstring requiredThe ID of the namespace to be managed.
trigger_namestring requiredThe name of the trigger to be managed.
Request Sample
Response Example
More Information
See /v2/functions/namespaces/{namespace_id}/triggers/{trigger_name} in the API reference for additional detail on responses, headers, parameters, and more.