Get Tuning
Get Tuning
This endpoint gets a single Tuning.
GET
/
v1
/
tunings
/
{tuningId}
curl --location --request GET 'https://api.getmetal.io/v1/tunings/{tuningId}' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>' \
{
"data": {
"id": "1",
"app": "app-123",
"idA": "embedding-1",
"idB": "embedding-2",
"result": "1"
}
}
Auth Headers
An API key for your org.
A Client ID for your org.
Params
The Tuning ID
Response
curl --location --request GET 'https://api.getmetal.io/v1/tunings/{tuningId}' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>' \
{
"data": {
"id": "1",
"app": "app-123",
"idA": "embedding-1",
"idB": "embedding-2",
"result": "1"
}
}
curl --location --request GET 'https://api.getmetal.io/v1/tunings/{tuningId}' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>' \
{
"data": {
"id": "1",
"app": "app-123",
"idA": "embedding-1",
"idB": "embedding-2",
"result": "1"
}
}