List Airtable Fields
GET/api/integrations/:integration_id/airtable/:base_id/:table_id/fields
List all fields (columns) in an Airtable table.
Returns list of {id, name, type} objects. Optionally filtered by field_type. Common field_type filters:
- 'dateTime' → matches dateTime, date, createdTime, lastModifiedTime
- 'attachment' → matches multipleAttachments
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error