listActions
@GET(value = "/namespaces/{namespace}/actions")
Retrieves a list of actions within a namespace.
Return
A Call object representing the API call that can be executed asynchronously.
Parameters
namespace
The namespace to retrieve actions from.
limit
The maximum number of actions to retrieve (optional).
offset
The offset for pagination (optional).
correlationId
The correlation ID for tracking the request (optional, defaults to a random UUID).