curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluationJobs \
--header 'Authorization: Bearer <token>'{
"evaluationJobs": [
{
"evaluator": "<string>",
"inputDataset": "<string>",
"outputDataset": "<string>",
"name": "<string>",
"displayName": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"state": "JOB_STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"metrics": {},
"outputStats": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}
],
"nextPageToken": "<string>",
"totalSize": 123
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluationJobs \
--header 'Authorization: Bearer <token>'{
"evaluationJobs": [
{
"evaluator": "<string>",
"inputDataset": "<string>",
"outputDataset": "<string>",
"name": "<string>",
"displayName": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"state": "JOB_STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"metrics": {},
"outputStats": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}
],
"nextPageToken": "<string>",
"totalSize": 123
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The fields to be returned in the response. If empty or "*", all fields will be returned.
Was this page helpful?