cURL
curl --request GET \ --url https://api.togai.com/jobs/{job_id}/entries \ --header 'Authorization: Bearer <token>'
{ "data": [ { "entityId": "inv.423535.afe325", "jobId": "job.20aUyEZSuYq.SoGbS", "createdAt": "2080-10-04T00:00:00Z", "status": "COMPLETED" } ], "nextToken": "eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ==" }
List individual job entries and current state of processing
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"mig.20aUyEZSuYq.SoGbS"
Response for list job entries request
Show child attributes