Self-Hosted Runners

Get task blob (self-hosted)

Retrieves task blob data by task ID (self-hosted)

get/self-hosted/{accountId}/tasks/{taskId}/blob

Path parameters

accountIdstring required

Unique identifier of the account

taskIdstring required

Unique identifier of the task

Response

Task blob retrieved successfully

object required

Map of sub-task types to blob content (base64-encoded byte arrays)

Changes