There's an issue retrieving Agents via the Make API

:bullseye: What is your goal?

I created several Agents in my Make account and wanted to retrieve their information via the Make API.

:thinking: What is the problem & what have you tried?

I created several Agents in my Make account and wanted to retrieve their information via the Make API. I followed the instructions in the API documentation, but I was unable to retrieve the information. Could this be related to my Make subscription? I’m using Core.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

If the API suddenly stopped returning agents, I’d first verify that you’re using the correct endpoint for the type of agent you’re trying to retrieve and that your API token has the required ai-agents:read or agents:read scope. Also double-check that you’re passing the required teamId or organizationId parameter, as omitting these can result in empty or unexpected responses. If everything worked previously without changes, it could also be a temporary backend issue, so checking the API documentation and platform status is worthwhile.

You created your Agents using V2 Agents module released in February 2026 which are currently in beta.
API endpoints available and documented refer to V1 Agents which were avaliable before Feb 2026.

Unfortunatelly right now there are no endpoints for V2 Agents.

For some actions related to Agents, for example Knowledge you can use dedicated app:

https://www.make.com/en/integrations/knowledge

That’s crazy. Why would they not even mention that in the API reference regarding V2 (New) Agents. I wasted half a day figuring that out. No LLMs knows about that, but you :smiley: Thanks!

FYI: You can’t edit knowledge for AI Agents (New) / V2 via API either.

Yes, you can’t right now (Aug. 2026). You can use dedicated Knowledge app- I posted link earlier :slight_smile: