Skip to content

Commit baf82dd

Browse files
committed
update
1 parent d7b3539 commit baf82dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ Use the REST API to list all batch jobs with additional sorting/filtering option
250250

251251
```http
252252
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches?api-version=2024-10-01-preview \
253-
-H "api-key: $AZURE_OPENAI_API_KEY"
254-
-H "filter": "created_at gt 1728773533 and created_at lt 1729032733 and status eq 'Completed'"
255-
-H "orderby": "created_at asc"
253+
-H "api-key: $AZURE_OPENAI_API_KEY" \
254+
-H "filter: 'created_at gt 1728773533 and created_at lt 1729032733 and status eq 'Completed''" \
255+
-H "orderby: created_at asc"
256+
256257
```

0 commit comments

Comments
 (0)