GET https://api.stepfun.com/v1/vector_stores/{vector_store_id}
vector_store_id
string
curl -L 'https://api.stepfun.com/v1/vector_stores/167907758199320576' \ -H "Authorization: Bearer $STEP_API_KEY"
{ "id": "167907758199320576", "object": "vector_store", "created_at": 1731485617, "name": "food_calorie2", "type": "text", "file_counts": { "in_progress": 0, "completed": 0, "failed": 0, "cancelled": 0, "total": 0 } }
此页面对您有帮助吗?