status field is completed before continuing your workflow.
External DocumentationTo learn more, visit the OpenAI documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
status field is completed before continuing your workflow.
| Parameter | Description |
|---|---|
| Batch ID | The ID of the file batch. Can be obtained using the Create Vector Store File Batch action. |
| Vector Store ID | The ID of the vector store. Can be obtained using the Create Vector Store action. |
{
"id": "vsfb_abc123",
"object": "vector_store.files_batch",
"created_at": 1699061776,
"vector_store_id": "vs_abc123",
"status": "completed",
"file_counts": {
"in_progress": 0,
"completed": 1,
"failed": 0,
"cancelled": 0,
"total": 1
}
}
Was this page helpful?