List containersCopy Pageget https://app.aikido.dev/api/public/v1/containersReturns a list of all the active container repositories in your accountQuery Paramspageint32≥ 0Defaults to 0Pagination parameter, starts at 0.per_pageint3210 to 100Defaults to 20Amount of items returnedfilter_namestringFilters containers on container namefilter_tagstringFilters containers on tagfilter_team_idint32≥ 1Filters containers for a specific teamfilter_statusstringenumDefaults to activeFilters containers on status. Default value is 'active'allactiveinactiveAllowed:allactiveinactivefilter_reachabilitystringenumFilters containers on how their running images are reachable from the internet.unknowndirectlblimited_ipsnoneAllowed:unknowndirectlblimited_ipsnoneinclude_is_runningbooleanDefaults to falseInclude whether each container is currently running anywhere.truefalseinclude_sensitivitybooleanDefaults to falseInclude the sensitivity of the container.truefalseinclude_connectivitybooleanDefaults to falseInclude the connectivity of the container.truefalseResponse 200A list of container repositoriesUpdated about 1 month ago