Data Fetcher Help Center
🚀 Try for free📮 Support
  • 👋Welcome
  • Create Requests
    • Create a request
    • Use table values in requests
    • Use variables in requests
    • Response field mapping
    • Schedule a request
    • Add a request trigger
    • Troubleshoot errors
    • Run request using webhook URL
    • List of Airtable integrations
  • Custom Requests
    • Create a custom request
    • Set request method
    • Set request parameters
    • Request authorization
    • Set request headers
    • Add request body
    • Connect to a preset OAuth API
    • Create a custom OAuth connection
  • Advanced settings
    • Write modes
    • Update based on field(s)
    • Pagination
    • Response data transformations
    • Response JMESPath
    • Add fixed value to output
    • No output mode
    • Rate limit
    • Max response records
    • Run request from button field
    • Denormalize response
    • XML array handling
    • Fixed IP Address
  • Organise Requests
    • Run history
    • Duplicate a request
    • Delete a request
    • Add request description
    • Import request from cURL command
    • Export requests as JSON file
    • Import requests from JSON file
  • Create Sequences
    • Create a sequence
    • Schedule a sequence
    • Run sequence from button field
    • Run sequence using webhook URL
  • Account
    • Upgrade workspace
    • Authorize Data Fetcher and Airtable
    • Add user to workspace
    • Roles and permissions
    • View monthly usage
    • Update name or email address
    • Update payment card
    • Update billing information
    • View invoices
    • Switch workspace
  • Get a Google Maps API key
Powered by GitBook
On this page
  • How to export requests as JSON files
  • Security considerations when exporting requests
  1. Organise Requests

Export requests as JSON file

Last updated 12 days ago

Exporting requests creates JSON files you can import into other bases. Only request configurations and response JSON are exported, not workspace data, base information, or personal settings.

How to export requests as JSON files

  1. Sign in to your account and navigate to the Data Fetcher extension home screen.

  2. Hover your mouse over the requests you want to export and click the empty checkbox (☐) next to each one to select them.

  3. Once you've selected all desired requests, click the Export button (⬇️) that appears in the options bar.

  4. In the export dialog, click Download file to save the JSON file to your computer.

  5. The file will be downloaded to your default downloads location with a name based on the current time.

Security considerations when exporting requests

Important: Be mindful about sensitive information when exporting requests. Your export may contain:

  • API keys and authentication tokens

  • Private endpoint URLs

  • Custom headers with sensitive information

  • Personally identifiable information in request parameters or response JSON

For better security, consider these best practices:

  1. before exporting, so only variable names (not actual values) are included in the export file.

  2. Review the JSON file before sharing it with others to ensure no confidential information is accidentally disclosed.

  3. If sharing exported requests with team members, use secure channels for file transfer.

Your exported requests can be imported into any Data Fetcher installation using the .

Replace sensitive values with variables
Import from JSON feature