aviyelverse / Open-Source-Requests

A curation of paid and unpaid requests for the community to work on.
18 stars 4 forks source link

API: List batch operations #35

Open ghost opened 2 years ago

ghost commented 2 years ago

Lists the BatchJobs created by the authenticated user.

GET /admin/batch

Response
- count
- limit
- offset
- batch_jobs - { id, status, progress, ... }

DoD