curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluators/{evaluator_id}:getSourceCodeSignedUrl \
--header 'Authorization: Bearer <token>'{
"filenameToSignedUrls": {}
}Returns a signed URL to download the evaluator’s source code archive. Useful for debugging or reviewing the uploaded code.
curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluators/{evaluator_id}:getSourceCodeSignedUrl \
--header 'Authorization: Bearer <token>'{
"filenameToSignedUrls": {}
}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.
Show child attributes
Was this page helpful?