Sign in

List fields in table

documented

List all fields in a given table (metadata surface).

GET /v0/meta/bases/{baseId}/tables/{tableId}/fieldsMetadatano implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.airtable.com/v0/meta/bases/{{$baseId}}/tables/{{$tableId}}/fields" \
  -X GET \
  -H "Authorization: Bearer {{AIRTABLE_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List fields in table · Airtable · OpenIntegrations