Retrieve a specific data view from a hub.
Path Parameters
The schema name of the hub containing the data view
The name of the data view to retrieve
Query Parameters
Whether to include the actual data in the response. Set to false to only get
metadata.
Authentication
Bearer token with your API key
Example Request
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.polydata.co/v1/data/views/intraocular/top_5_players"