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 b2a8256 commit 3feb429Copy full SHA for 3feb429
articles/ai-services/openai/includes/batch/batch-rest.md
@@ -259,7 +259,7 @@ Use the REST API to list all batch jobs with additional sorting/filtering option
259
260
```http
261
curl "YOUR_RESOURCE_NAME.openai.azure.com/batches?api-version=2024-10-01-preview&$filter=created_at%20gt%201728773533%20and%20created_at%20lt%201729032733%20and%20status%20eq%20'Completed'&$orderby=created_at%20asc" \
262
- -H "api-key: $AZURE_OPENAI_API_KEY""
+ -H "api-key: $AZURE_OPENAI_API_KEY"
263
```
264
265
To avoid the error `URL rejected: Malformed input to a URL function` spaces are replaced with `%20`.
0 commit comments