cURL
curl --request GET \ --url https://api.animusai.co/v2/{character_id}/training/jobs \ --header 'Authorization: Bearer <token>'
{ "training_jobs": [ { "job_id": "<string>", "character_id": "<string>", "job_type": "<string>", "status": "<string>", "training_service_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "progress": 123, "training_phase": "<string>", "eta_minutes": 123, "training_speed": 123 } ], "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Training jobs.
Show child attributes