curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluationJobs/{evaluation_job_id}:getExecutionLogEndpoint \
--header 'Authorization: Bearer <token>'{
"executionLogSignedUri": "<string>",
"contentType": "<string>",
"expireTime": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluationJobs/{evaluation_job_id}:getExecutionLogEndpoint \
--header 'Authorization: Bearer <token>'{
"executionLogSignedUri": "<string>",
"contentType": "<string>",
"expireTime": "2023-11-07T05:31:56Z"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The Evaluation Job Id
A successful response.
Response carries the stream log URL (for VirtualizedLogViewer).
Next ID: 4
Short-lived signed URL for the execution log file. Empty if the log file has not been created yet (e.g. job not started or still initializing).
Content type for the log file (e.g. "text/plain"). Only set when execution_log_signed_uri is present.
Expiration time of the signed URL. Only set when execution_log_signed_uri is present.
Was this page helpful?