cURL
curl --request GET \ --url https://app.docs.bynesoft.com/api/knowledge-base/{kb}/jobs \ --header 'X-API-Key: <api-key>'
{ "jobs": [ { "id": "<string>", "status": "<string>" } ], "nextToken": "<string>" }
List all Jobs by provided status and update user’s Jobs statuses.
CREATED
IN PROGRESS
CANCELLED
FINISHED
FAILED
1 <= x <= 50
Successful Response
The response is of type object.
object