We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0c270 commit 18ca678Copy full SHA for 18ca678
articles/ai-services/openai/includes/batch/batch-rest.md
@@ -245,13 +245,15 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches/{batch_id}/cance
245
246
### List batch
247
248
-List all existing batch jobs for a given Azure OpenAI resource.
+List existing batch jobs for a given Azure OpenAI resource.
249
250
```http
251
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches?api-version=2024-10-21 \
252
-H "api-key: $AZURE_OPENAI_API_KEY"
253
```
254
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
+
257
<a id="List"></a>
258
259
### List batch (Preview)
0 commit comments