Jan 24, 2024 08:59 AM
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`
Jan 31, 2024 10:11 AM
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.