Skip to main content

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`

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. 


Reply