pydo.inference.list_batches()
Generated on 27 Apr 2026
from pydo version
v0.32.0
Description
Returns a cursor-paginated list of batch jobs, ordered newest first. Use limit to control page size and after to page forward using the last_id from the previous response.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
after |
string | False | Cursor for pagination. Pass the last_id value from the previous response to fetch the next page. Omit for the first page. |
|
limit |
integer | False | Maximum number of batches to return per page. | 20 |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.