curl --request GET \
--url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id}/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"vector_store_id": "<string>",
"created_at": 123,
"status": "<string>",
"last_error": "<string>",
"metadata": {}
}Retrieve a vector store file.
This endpoint has a rate limit of 120 requests per user per minute.
curl --request GET \
--url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id}/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"vector_store_id": "<string>",
"created_at": 123,
"status": "<string>",
"last_error": "<string>",
"metadata": {}
}Bearer token for authentication
The ID of the vector store.
The ID of the file to use for this request.
Successful Response
The ID of the vector store file.
The type of object.
The ID of the vector store to list the files from.
The timestamp when the vector store file was created.
The status of the vector store file.
The last error message.
The metadata of the vector store file.
Show child attributes
Was this page helpful?