cURL
curl --request GET \ --url https://api.omnifuel.ai/v1/forecaster/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
{ "id": "abc1234-5678-9101-1121-314151617181", "status": "InProgress", "createdAt": "2024-01-01T10:00:00Z", "trainingStartedAt": "2024-01-01T10:30:00Z", "trainingEndedAt": null }
Retrieves the status and details of a training job specified by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the training job to retrieve.
Training job details retrieved successfully