GET
/
v1
/
run
/
{run_id}
/
gold-label
/
{gold_label_id}
{
  "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 a specific gold label for a run by its ID. The gold label contains either a text value or an object value representing the expected output.

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string<uuid>
required

The ID of the run

gold_label_id
string<uuid>
required

The ID of the gold label

Response

200
application/json

The gold label

The response is of type object.