Cannot View Cursor Cloud Agent Images Created with API

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

When using the Cursor Cloud API to create Cloud Agents, if you include images in the create request, there is no way to verify if the images were actually uploaded with the prompt. It successfully creates the agent but when I open it in the web or local cursor I see no images in the messages. If I query the agent conversation, it only returns text no image data.

I just want to make sure my images are correctly available to the agent.

Steps to Reproduce

Make api request to cursor cloud agent create endpoint with an image in base64 format.

Expected Behavior

I should see the images in the web ui and cursor ui not just the text.

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.2.0
VSCode Version: 1.105.1
Commit: ea48594a09b2e8d1fd6fb5db8502d43815a1e1a0
Date: 2025-12-09T06:33:08.669Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.5.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

After sending a follow up message asking if it has an image and to describe it, the cloud agent is getting the image. So the bug is its just not visible in the ui anywhere. Low priority

Hey there @kolly

As far as I can tell, you can’t see them when using cloud agents at Cursor.com either (at least while the responses are streaming)! Thanks for the callout. Will raise an issue.

Can you confirm which endpoint you’re using? is it this one (GET /v0/agents/{id}/conversation)?

Yeah in the docs for the /v0/agents/{id}/conversation response object it looks like there is not an images array so you cannot retrieve them from the api or see in the web ui messages.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.