# Get portfolios **GET /portfolios** Returns a list of portfolios to which the caller has access. If a valid portfolio ID is specified in the query, the list will include that portfolio alone. If an invalid portfolio ID is specified in the query, or if the caller is denied access to that portfolio, the list will be empty. ## Servers ## Parameters ### Headers - **ONX-API-KEY** (string) An API key assigned by Omniex - **ONX-API-TIMESTAMP** (integer(int64)) Unix timestamp value, in milliseconds - **ONX-API-SIGNATURE** (string) The signature generated for this API call ### Query parameters - **id** (string) A comma-separated list of Omniex-assigned portfolio identifiers - **include** (string) Expand the returned portfolio objects ## Responses ### 200 success #### Body: (object) - **data** (array[object]) - **meta** (object) ### 400 bad request #### Body: (object) - **errors** (array[object]) - **meta** (object) ### 401 unauthorized #### Body: (object) - **errors** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)