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.

[airtable docs](https://s3.amazonaws.com/Qodex-static-getQodex-com/Qodex-docs/airtable_docs.png)

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

KeyDatatypeRequiredDescription
Authorizationstring