Data Hub
Runs

Claim a run

Requires scope `runs:attribute`.

PUT
/instruments/{instrumentId}/runs/{runId}/attributions/me

Requires scope runs:attribute.

Authorization

bearerAuth
AuthorizationBearer <token>

Personal access tokens begin with dhub_… and are restricted by their assigned scopes.

In: header

Path Parameters

instrumentId*string
runId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/instruments/plate-reader/runs/run-2026-001/attributions/me"
{  "attributions": [    {      "userId": "string",      "displayName": "string",      "initials": "string",      "avatarUrl": "string"    }  ]}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}