Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.fireworks.ai/v1/accounts/{account_id}/dpoJobs/{dpo_job_id}:getMetricsFileEndpoint \ --header 'Authorization: Bearer <token>'
{ "signedUrl": "<string>" }
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The Dpo Job Id
A successful response.
Was this page helpful?