Lists basic information of base views.
Views
List views
get
https://api.airtable.com/v0/meta/bases/{baseId}/views
Authentication | Personal access token, OAuth integration |
Scope | workspacesAndBases:read |
User role | Base read-only |
Billing plans | Enterprise (pre-2023.08 legacy plan), Enterprise Scale |
optional< array of "visibleFieldIds" > If specified, additional fields to include in the |
array of the below object
|
Request (example)
Copy
$curl "https://api.airtable.com/v0/meta/bases/{baseId}/views" \-H "Authorization: Bearer YOUR_TOKEN"
200 – Response (example)
{"views": [{"id": "viwQpsuEDqHFqegkp","name": "My Grid View","personalForUserId": "usrL2PNC5o3H4lBEi","type": "grid"},{"id": "viwi3KXvrKug2mIBS","name": "Project Plan (Gantt Chart)","type": "block"}]}