Query Flows for a User

GET {{base-path}}/sites/{{site-id}}/users/:user-id/flows

https://help.tableau.com/current/api/restapi/en-us/REST/restapirefflow.htm#queryflowsfor_user

Request Params

KeyDatatypeRequiredDescription
ownedBynull(Optional) trueto return only flows that the specified user owns, or falseto return all flows that the specified user has at least read access to. The default is false.
pageSizenull(Optional) The number of items to return in one response. The minimum is 1. The maximum is 1000. The default is 100. For more information, see Paginating Results.
pageNumbernull(Optional) The offset for paging. The default is 1. For more information, see Paginating Results.