pydo.functions.list_triggers()

Generated on 17 Apr 2025 from pydo version v0.10.0

Description

Returns a list of triggers associated with the current user and namespace. To get all triggers, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers.

Parameters

Name Type Required Description Default Value
namespace_id string True The ID of the namespace to be managed.

Request Sample

import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

resp = client.functions.list_triggers(namespace_id="39f3ca")

More Information

See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.