GET
/
jobs
/
{job_id}
/
entries
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=="
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

job_id
string
required

Response

200 - application/json
data
object[]
nextToken
string
context
object