listActionAcrossNamespaces
@GET(value = "/actions")
Retrieves a list of actions across namespaces.
Return
A Call object representing the API call that can be executed asynchronously.
Parameters
parent
The parent value.
type
The type value.
updatedAfterEpoch
The timestamp (in epoch format) to
retrieve actions updated after (optional, defaults to 0).
limit
The maximum number of actions to retrieve (optional, defaults to 100).
offset
The offset for pagination (optional, defaults to 0).
correlationId
The correlation ID for tracking the request (optional, defaults to a random UUID).