ExecutionsApi class

Constructors

ExecutionsApi(Dio _dio)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteExecution(int id) Future<Response>
Delete an execution by ID
getExecution(int id, {bool? includeData}) Future<Response>
Retrieve a single execution by ID
getExecutions({bool? includeData, String? status, String? workflowId, String? projectId, int? limit, String? cursor}) Future<Response>
Retrieve all executions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited