Description
API ReferencePairwise Annotations

List Pairwise Annotations

GET
/v1/pairwise-annotations
/v1/pairwise-annotations

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Query Parameters

nameName

log_idLog Id

project_idProject Id

experiment_idExperiment Id

offsetOffset

Default: 0Minimum: 0

limitLimit

Default: 1000Maximum: 1000
curl -X GET "https://api.patronus.ai/v1/pairwise-annotations?name=string&log_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&experiment_id=0&offset=0&limit=1000" \
  -H "X-API-KEY: <token>"

Successful Response

{
  "pairwise_annotations": [
    {
      "name": "string",
      "log_a_id": "3cf2c9d6-672e-4257-a939-4ee0262652bd",
      "log_a_score": 0,
      "log_b_id": "6507bfdd-83b6-4926-9d92-bf14a32e50fe",
      "log_b_score": 0,
      "created_at": "2019-08-24T14:15:22Z"
    }
  ]
}