{"base_path":null,"components":null,"consumes":"[\"application/json\"]","definitions":{"ErrorRsp400":{"description":"失败时返回的错误对象","properties":{"error_code":{"description":"错误码","example":"FGS.3002","maxLength":36,"minLength":1,"type":"string"},"error_msg":{"description":"错误描述","example":"Invalid parameters.","maxLength":512,"minLength":2,"type":"string"},"request_id":{"description":"请求ID","example":"Req1","maxLength":512,"minLength":2,"type":"string"}}},"ErrorRsp500":{"description":"失败时返回的错误对象","properties":{"error_code":{"description":"错误码","example":"FGS.3002","maxLength":36,"minLength":1,"type":"string"},"error_msg":{"description":"错误描述","example":"Internal Error.","maxLength":512,"minLength":2,"type":"string"},"request_id":{"description":"请求ID","example":"Req1","maxLength":512,"minLength":2,"type":"string"}}},"FlowExecutionBriefV2":{"properties":{"begin_time":{"description":"开始时间(格式为yyyy-MM-dd'T'HH:mm:ss'Z',UTC时间)。","format":"date-time","type":"string"},"created_by":{"type":"string"},"end_time":{"description":"结束时间(格式为yyyy-MM-dd'T'HH:mm:ss'Z',UTC时间)。","format":"date-time","type":"string"},"execution_id":{"description":"函数流执行ID","type":"string"},"last_update_time":{"description":"结束时间(格式为yyyy-MM-dd'T'HH:mm:ss'Z',UTC时间)。","format":"date-time","type":"string"},"status":{"description":"函数流执行状态","enum":["success","fail","running","timeout","cancel","scheduled","recovered","retrying","stopping"],"type":"string"},"workflow_id":{"description":"函数流ID","type":"string"},"workflow_urn":{"description":"函数流执行urn","type":"string"}}},"ShowWorkflowExecutionForPage":{"properties":{"executions":{"description":"函数流返回体信息","items":{"$ref":"#/definitions/FlowExecutionBriefV2"},"type":"array"},"size":{"description":"返回对象的大小","example":0,"format":"int32","maximum":100,"minimum":0,"type":"integer"},"total":{"description":"返回所有满足条件的对象个数","example":0,"format":"int64","maximum":1000000,"minimum":0,"type":"integer"}}}},"description":null,"group_id":"cb46b925a4eb40a192520da4fc33b990","host":"functiongraph.cn-north-4.myhuaweicloud.com","id":"6d7b84f5aff74037a2d9238d891d575c","info_version":"v2","method":"get","name":"ShowWorkflowExecutionForPage","parameters":{},"paths":{"/v2/{project_id}/fgs/workflows/{workflow_id}/executions-history":{"get":{"description":"分页获取指定函数流执行实例列表","operationId":"ShowWorkflowExecutionForPage","parameters":[{"description":"项目ID。","in":"path","maxLength":64,"minLength":1,"name":"project_id","required":true,"type":"string","x-example":"c53626012ba84727b938ca8bf03108ef"},{"description":"函数工作流ID","in":"path","maxLength":512,"minLength":1,"name":"workflow_id","required":true,"type":"string","x-example":"48aff955-ea10-4ffd-b426-190bc192dc14"},{"description":"偏移量,表示从此偏移量开始查询,offset大于等于0","in":"query","minimum":0,"name":"offset","required":true,"type":"integer","x-example":0},{"description":"分页查询,每页查询数据条数,取值范围:1,2,3...100","in":"query","maximum":100,"minimum":1,"name":"limit","required":true,"type":"integer","x-example":10},{"description":"查询开始时间,UTC时间,格式:YYYY-MM-DD hh:mm:ss。若起始时间未填写,以终止时间前推3天为起始时间。","in":"query","name":"start_time","type":"string","x-example":"2022-10-11 01:00:11"},{"description":"查询结束时间,UTC时间,格式:YYYY-MM-DD hh:mm:ss。若终止时间未填写,以起始时间后退3天未终止时间。若均未填写,默认查询最近3天数据。","in":"query","name":"end_time","type":"string","x-example":"2022-10-12 01:00:11"}],"responses":{"200":{"description":"函数流分页查询返回体","schema":{"$ref":"#/definitions/ShowWorkflowExecutionForPage"}},"400":{"description":"Bad Request","schema":{"$ref":"#/definitions/ErrorRsp400"}},"500":{"description":"Internal Server Error","schema":{"$ref":"#/definitions/ErrorRsp500"}}},"summary":"分页获取指定函数流执行实例列表","tags":["函数流"],"x-produc-type":"functiongraph","x-request-examples-description-1":"分页查询函数流执行实例列表","x-request-examples-url-1":"GET /v2/{project_id}/fgs/workflows/{workflow_id}/executions-history","x-support-sdk":"Y"}}},"product_short":"FunctionGraph","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"分页获取指定函数流执行实例列表","tags":"函数流","uri":null,"version":"2.0"}