List PipelinesAsk AIget https://api.lumeo.com/v1/apps/{application_id}/pipelinesList the pipelines in this applicationPath Paramsapplication_idstringrequiredQuery Paramscontains_namestringfilters by namepipeline_ids[]array of uuidsFilter: Pipeline ID(s)pipeline_ids[]ADD uuidpipeline_names[]array of stringsFilter: Pipeline Name(s)pipeline_names[]ADD stringpaginationenumrequiredSpecifies which type of pagination to choose.cursoroffsetAllowed:cursoroffsetnext_cursorstringSpecifies the cursor for the next page. Can be found in the last paginated request. Only available with pagination = cursor.prev_cursorstringSpecifies the cursor for the previous page. Can be found in the last paginated request. Only available with pagination = cursor.pageinteger≥ 1Specifies which page should be returned. Only available with pagination = offset.limitintegerLimits the number of items returned.Response 200OKUpdated 8 months ago