Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.

How to get possible Select values via API? Meta API broken

937 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Robert_Andrews
6 - Interface Innovator
6 - Interface Innovator

Using the API, how can I retrieve a list of possible values for a Select field?

The documented way is with the Meta API - https://airtable.com/developers/web/api/get-base-schema

But, for me, https://api.airtable.com/v0/meta/bases/{baseId}/tables returns: `[404] INVALID_API_VERSION`

1 Reply 1
joseph_appsmith
4 - Data Explorer
4 - Data Explorer

Hi @Robert_Andrews , I just tested, and I'm able to get back the select field options using the Meta API. You may need to add the schema.base:read scope to the access token.