Skip to main content
GET
/
{character_id}
/
training
/
jobs
/
{job_id}
/
logs
Get training logs
curl --request GET \
  --url https://api.animusai.co/v2/{character_id}/training/jobs/{job_id}/logs \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "<string>",
  "logs": "<string>",
  "lines": 123,
  "timestamp": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

character_id
string
required
job_id
string
required

Query Parameters

lines
integer
default:100

Response

200 - application/json

Training logs.

job_id
string
logs
string
lines
integer
timestamp
integer
I