public interface WorkflowRunHistoryAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<BaseResponse<List<WorkflowRunHistory>>> |
retrieve(String workflow_id,
String execute_id,
BaseReq baseReq) |
@GET(value="/v1/workflows/{workflow_id}/run_histories/{execute_id}")
retrofit2.Call<BaseResponse<List<WorkflowRunHistory>>> retrieve(@Path(value="workflow_id")
String workflow_id,
@Path(value="execute_id")
String execute_id,
@Tag
BaseReq baseReq)
Copyright © 2025. All rights reserved.