Skip to main content
GET
/
v2
/
datasets
/
task
/
{task_id}
/
response_url
/
{attachment_id}
Get Response Attachment
curl --request GET \
  --url https://api.scale.com/v2/datasets/task/{task_id}/response_url/{attachment_id} \
  --header 'Authorization: Bearer <token>'
"<any>"
Every request sent to Scale’s API requires authentication. In short, your API Key is the Bearer token. See the Authentication section for more details.

Authorizations

Authorization
string
header
required

Your API Key is the Bearer token. See the Authentication section to learn how to access your key.

Path Parameters

task_id
string
required

Scale's unique identifier for the task.

Example:

"task_abc123"

attachment_id
string
required

Unique identifier for an attachment.

Response

Redirect to download the attachment URL content.

The response is of type any.

I