Skip to content

Commit 18ca678

Browse files
committed
update
1 parent ae0c270 commit 18ca678

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/ai-services/openai/includes/batch/batch-rest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,15 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches/{batch_id}/cance
245245

246246
### List batch
247247

248-
List all existing batch jobs for a given Azure OpenAI resource.
248+
List existing batch jobs for a given Azure OpenAI resource.
249249

250250
```http
251251
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches?api-version=2024-10-21 \
252252
-H "api-key: $AZURE_OPENAI_API_KEY"
253253
```
254254

255+
The list API call is paginated. The response contains a boolean `has_more` to indicate when there are more results to iterate through.
256+
255257
<a id="List"></a>
256258

257259
### List batch (Preview)

0 commit comments

Comments
 (0)