Skip to content

Retrieve fine-tuning job (not implemented)

GET
/v1/fine-tunes/{fine_tune_id}
curl --request GET \
--url https://api.mirapi.ai/v1/fine-tunes/ \
--header 'Authorization: Bearer <token>'

This endpoint is not implemented yet.

fine_tune_id
required
string
Example

Not implemented

Media typeapplication/json
object
error
object
message

Error message

string
type

Error type

string
param

Related parameter

string
nullable
code

Error code

string
nullable
Examplegenerated
{
"error": {
"message": "example",
"type": "example",
"param": "example",
"code": "example"
}
}