GET
/
tasks
/
{task_id}
/
screenshots
Get Task Screenshots
curl --request GET \
  --url https://api.droidrun.ai/v1/tasks/{task_id}/screenshots \
  --header 'Authorization: Bearer <token>'
{
  "urls": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

Successful Response

urls
string[]
required

The list of media URLs