Get basic information of base view.
Views
Get view metadata
get
https://api.airtable.com/v0/meta/bases/{baseId}/views/{viewId}
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 |
string | |
"grid" | "form" | "calendar" | "gallery" | "kanban" | "timeline" | "block" Gantt views have a type of 'block' | |
optional< string > Present if the view is personal for a user. | |
string | |
optional< array of strings > Available on |
Request (example)
Copy
$curl "https://api.airtable.com/v0/meta/bases/{baseId}/views/{viewId}" \-H "Authorization: Bearer YOUR_TOKEN"
200 – Response (example)
{"id": "viwQpsuEDqHFqegkp","name": "My Grid View","personalForUserId": "usrL2PNC5o3H4lBEi","type": "grid"}