curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluators/{evaluator_id}:getBuildLogEndpoint \
--header 'Authorization: Bearer <token>'{
"buildLogSignedUri": "<string>"
}Returns a signed URL to download the evaluator’s build logs. Useful for
debugging BUILD_FAILED state.
curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluators/{evaluator_id}:getBuildLogEndpoint \
--header 'Authorization: Bearer <token>'{
"buildLogSignedUri": "<string>"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
A successful response.
Was this page helpful?