v1

latestOpenAPI 3.1.02026-07-22136108233.0 KB
runs

Get Run Image Signed Url

Get a temporary signed URL for a screenshot stored in a run's message history.

The requested image URL must be an exact supabase://run-images/... reference present in the authenticated organization's run.

get/v1/runs/{run_id}/image/signed-url

Path parameters

run_idstring uuid required

Query parameters

image_urlstring required

Exact supabase://run-images/... URL from the run_message_history image block to sign.

Exact supabase://run-images/... URL from the run_message_history image block to sign.

expires_ininteger

URL expiration time in seconds (10-3600).

URL expiration time in seconds (10-3600).

Response

Successful Response

supabase_urlstring required

The stable supabase:// URL from run_message_history

signed_urlstring required

A temporary signed URL for viewing or downloading the image

expires_ininteger required

Seconds until the signed URL expires