Skip to main content
GET
/
v1
/
accounts
/
{account_id}
/
evaluators
/
{evaluator_id}
:getBuildLogEndpoint
Get Evaluator Build Log Endpoint
curl --request GET \
  --url https://api.fireworks.ai/v1/accounts/{account_id}/evaluators/{evaluator_id}:getBuildLogEndpoint \
  --header 'Authorization: Bearer <token>'
{
  "buildLogSignedUri": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>

Path Parameters

account_id
string
required

The Account Id

evaluator_id
string
required

The Evaluator Id

Query Parameters

readMask
string

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

200 - application/json

A successful response.

buildLogSignedUri
string