pydo.functions_access_key.list()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.functions_access_key.list(
namespace_id="fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
)Description
Lists all access keys for a serverless functions namespace.
To list access keys, send a GET request to /v2/functions/namespaces/{namespace_id}/keys.
Parameters
namespace_idstring requiredThe ID of the namespace to be managed.
Response Example
More Information
See /v2/functions/namespaces/{namespace_id}/keys in the API reference for additional detail on responses, headers, parameters, and more.