FAQ

chevron-rightWhere do I find my Aha API key?hashtag

Log in to Aha and click on your profile avatar in the top right corner. Go to Profile settings, then navigate to the Developer section. You'll find your API key there. If you don't see a Developer section, your plan may not include API access — check with your Aha administrator.

chevron-rightWhat do I enter as the Aha domain?hashtag

Enter only the subdomain part of your Aha workspace URL. If your workspace URL is yourcompany.aha.io, you would enter yourcompany. Do not include https:// or .aha.io.

chevron-rightCan I pull data from multiple Aha products at once?hashtag

Yes. The Aha API returns data across all products your API key has access to. When you import Features streams or Ideas streams, you'll get records from all accessible products in one go. You can then filter by product_id on the Data sets step or in your destination tool to focus on a specific product.

chevron-rightWhy do I see HTML tags in my description fields?hashtag

Aha stores rich text content as HTML. This is how the Aha API returns it, and Coupler.io passes it through as-is. To get plain text, use a formula or text-cleaning function in your destination tool (e.g., a REGEXREPLACE in Google Sheets or a transformation in your BI tool) to strip the HTML tags.

chevron-rightCan I get idea votes or endorsement counts?hashtag

Yes. The Ideas streams entity includes a votes field with the total count. If you need to see who endorsed each idea (user-level detail), set up a separate source for Idea endorsements streams and join it to your ideas data on idea_id on the Data sets step.

chevron-rightHow do I connect features to strategic goals?hashtag

Both Features streams and Goals streams include a product_id field. You can join them on product_id to understand which features belong to products that have associated goals. For tighter goal-to-feature mapping, check if your Aha workspace uses the goals relationship field on feature records.

chevron-rightWill archived or deleted records appear in my data flows?hashtag

Generally, no. The Aha API typically only returns active records. If you're missing records you expect to see, check whether they've been archived in your Aha workspace. There's currently no option in Coupler.io to specifically request archived records from Aha.

chevron-rightHow often can I refresh my Aha data?hashtag

Coupler.io supports flexible scheduling — from every 15 minutes to weekly. However, Aha enforces API rate limits, so very frequent refreshes on large workspaces may cause issues. A daily or hourly schedule works well for most teams.

circle-info

For tips on scheduling and rate limit management, see the Best Practices article. For connection or missing data problems, check Common Issues.

chevron-rightWhat's the difference between Ideas streams and Idea categories streams?hashtag

Ideas streams contain the actual ideas — titles, descriptions, statuses, votes, and so on. Idea categories streams contain only the category labels used to tag and organize those ideas. You'd typically use categories as a reference table to enrich your ideas data with human-readable category names.

circle-info

For a full breakdown of all available fields per entity, see the Data Overview article.

Last updated

Was this helpful?