Retrieve records from Airtable
GET https://api.airtable.com/v0/{{airtable_base}}/Imported%20table
Get all records from airtable base.
For the authorization, add your Airtable API key as an environment variable called airtable_api_key under the environment editor.
To generate or manage your API key, visit your Airtable account page.
The first request in my Qodex collection is to GET all airtable records from this base. Make sure to update your airtable_base in the environment editor the way you did with your API key. Let’s store this information by parsing the response and setting an environment variable called airtable_records under the Tests tab.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |