获取flow执行历史列表
GET
^workflow/etl/api/exec_flows/list$
接口描述
获取flow执行历史,对应调度系统flow history页面,以下请求参数均不必输。
请求参数
参数名
类型
描述
必填
create_user_id
number
创建用户id
必填
states
number
执行状态
必填
start
string
数据时间的开始时间 标准时间格式 下同
必填
end
string
数据时间的结束时间
必填
repair_id
number
repair补数据记录id
必填
downstream_id
number
重跑下游记录id
必填
exec_id
number
执行记录id
必填
is_project
number
0/1
必填
keyword
string
flow名称(模糊匹配)
必填
exact_keyword
string
flow名称(精确匹配)
必填
submit_time_start
string
提交时间起始
必填
submit_time_end
string
提交时间结束
必填
start_time_start
string
开始时间起始
必填
start_time_end
string
开始时间结束
必填
end_time_start
string
结束时间开始
必填
end_time_end
string
结束时间结束
必填
响应参数
参数名
类型
描述
必填
status
int
示例:0
必填
message
string
示例:success
必填
total
int
示例:40295
必填
is_project
int
示例:0
必填
name
string
示例:test_0605
必填
repair_id
int
示例:-1
必填
start_time
string
示例:2020-06-05 19:02:30
必填
flow
int
示例:2431
必填
submit_user
string
示例:dataextract
必填
schedule_type
int
示例:1 1-test run; 2-repair run; 3-downstream; 4-schedule
必填
is_test
int
示例:1
必填
state
int
示例:4
必填
end_time
string
示例:2020-06-05 19:02:35
必填
submit_time
string
示例:2020-06-05 19:02:30
必填
downstream_calculation_id
int
示例:-1
必填
id
int
示例:955215
必填
schedule_user
string
示例:changyu.lin
必填
data_time
string
示例:2020-06-04 00:00:00
必填