Link a sample to a task

Records a relationship between a task and a sample so the sample appears under the task and is reachable via GET /tasks/{taskID}/links/sample.

The caller must have update access to the task and read access to the sample; both are checked separately. Linking the same sample twice creates a duplicate link row — there's no idempotency, so de-duplicate on your side if you replay requests.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
Headers
Responses
200

The link was successfully created

401

You don't have permission to create task links

404

The task or sample does not exist in the database

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!