cURL
curl --request GET \ --url https://api.togai.com/jobs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "status": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ], "nextToken": "<string>", "context": { "pageSize": 123, "sortOrder": "ASC" } }
Returns a list of jobs with pagination and sort.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="
10
Response for list customers request
Show child attributes
ASC
DESC