View Raw API Response
When you run an API request in Note API Connector, it automatically converts API responses into a tabular format. The View API Response feature allows you to inspect the raw API response before mapping it to Notion.
To view the raw API response:
1️⃣ Run an API request.
2️⃣ In the Response Field Mapping screen, click Advanced Settings and click API Response.

Copy Raw JSON
You can click the Copy JSON button (📋 icon) to copy the full raw API response. This is especially useful when working with JMESPath expressions, as it allows you to experiment with different query structures based on the actual data format.

Paste the copied JSON into an AI assistant (like ChatGPT) and describe the transformation you'd like to perform. For example, you can ask:
“How do I extract all subscription IDs using JMESPath?”
This helps you quickly prototype and validate the correct JMESPath expression before applying it in the editor.