GET
/
v1
/
run
/
{id}
/
gold-labels
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "account_id": "<string>",
    "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "output_resource_name": "<string>",
    "text_value": "<string>",
    "object_value": {},
    "object_value_is_partial": true,
    "created_by": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_by": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]
Retrieve all gold labels associated with a run. Gold labels represent the ground truth or expected outputs for a run and can be used for evaluation and training purposes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the run

Response

200
application/json

List of gold labels for the run

The response is of type object[].