Skip to main content

airtable.listrecordsprops.fields

Home > @runlightyear/airtable > ListRecordsProps > fields

ListRecordsProps.fields property

Only data for fields whose names or IDs are in this list will be included in the result. If you don't need every field, you can use this parameter to reduce the amount of data transferred.

Note Airtable's API only accepts request with a URL shorter than 16,000 characters. Encoded formulas may cause your requests to exceed this limit. To fix this issue you can instead make a POST request to /v0/{baseId}/{tableIdOrName}/listRecords while passing the parameters within the body of the request instead of the query parameters.

Signature:
fields?: Array<string>;