listActionRuns
@GET(value = "/namespaces/{namespace}/actions/{action}/runs")
Retrieves a list of runs 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.
updatedAfterEpoch
The timestamp (in epoch format) to retrieve runs updated after (optional).
limit
The maximum number of runs to retrieve (optional).
offset
The offset for pagination (optional).
correlationId
The correlation ID for tracking the request (optional, defaults to a random UUID).