results is always null in list responses.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
completion_window | components.BatchListItemCompletionWindow | :heavy_check_mark: | N/A |
created_at | int | :heavy_check_mark: | N/A |
endpoint | str | :heavy_check_mark: | N/A |
error | Nullable[components.BatchListItemError] | :heavy_check_mark: | N/A |
finalized_at | Nullable[int] | :heavy_check_mark: | N/A |
id | str | :heavy_check_mark: | N/A |
model | str | :heavy_check_mark: | N/A |
object | components.BatchListItemObject | :heavy_check_mark: | N/A |
request_counts | components.BatchListItemRequestCounts | :heavy_check_mark: | N/A |
results | Nullable[Any] | :heavy_check_mark: | Always null: retrieve the batch with GET /batches/{id} to access its results. |
status | components.BatchListItemStatus | :heavy_check_mark: | N/A |
usage | Nullable[components.BatchListItemUsage] | :heavy_check_mark: | N/A |