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