pydo.actions.get()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.actions.get(action_id=36804636)Description
To retrieve a specific action object, send a GET request to /v2/actions/{action_id}.
Parameters
action_idinteger requiredA unique numeric ID that can be used to identify and reference an action.
Request Sample
Response Example
More Information
See /v2/actions/{action_id} in the API reference for additional detail on responses, headers, parameters, and more.