Skip to content

Commit 95838b8

Browse files
Update src/content/docs/workers-ai/features/async-batch-api.mdx
Co-authored-by: Kevin Jain <[email protected]>
1 parent c335075 commit 95838b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/features/async-batch-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ After sending your batch request, you will receive a response similar to:
112112

113113
### 2. Polling the Batch Request Status
114114

115-
Once your batch request is queued, use the `request_id` to poll for its status. During processing, the API returns a `202` HTTP status code indicating that the request is still in the queue.
115+
Once your batch request is queued, use the `request_id` to poll for its status. During processing, the API returns a status "queued" or "running" indicating that the request is still in the queue or being processed.
116116

117117
```javascript title=example
118118
// Polling the status of the batch request using the request_id

0 commit comments

Comments
 (0)