GET
/
experiments
/
{id}
/
groundTruth
Get ground truth results
curl --request GET \
  --url https://{FUSION HOST}/api/experiments/{id}/groundTruth \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The experiment ID.

Query Parameters

queryLimit
integer
default:100

A limit on the number of queries to return per entry.

docLimit
integer
default:10

A limit on the number of entries to return.

Response

200

OK