# Get Dataflows by ZIM policy **GET /dataflowsByPolicy/page/{itemsPerPage}/{pageNumber}/{matchingText}** By ZIM permission, a user may also list dataflows that owned by other users in the same company. ## Servers - https://dataflownode.zerionsoftware.com/zcrypt/v1.0: https://dataflownode.zerionsoftware.com/zcrypt/v1.0 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **itemsPerPage** (string) Number of dataflows per page - **pageNumber** (string) Current Page Number - **matchingText** (string) String that matches dataflow name, Id, description, or the owner's name. Leave it empty for no matching text. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) id of the Dataflow - **description** (string) description of the Dataflow - **max_objects_per_dataflow** (number) Number of objects allowed per Dataflow - **name** (string) name of the Dataflow - **owning_entity** (string) owner of the Dataflow [Powered by Bump.sh](https://bump.sh)