Skip to main content
GET
/
v1
/
accounts
/
{account_id}
/
dpoJobs
/
{dpo_job_id}
:getMetricsFileEndpoint
cURL
curl --request GET \
  --url https://api.fireworks.ai/v1/accounts/{account_id}/dpoJobs/{dpo_job_id}:getMetricsFileEndpoint \
  --header 'Authorization: Bearer <token>'
{
  "signedUrl": "<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

dpo_job_id
string
required

The Dpo Job Id

Response

200 - application/json

A successful response.

signedUrl
string