Retrieve a Dataset
Guide to retrieving a Dataset in the Fetch Hive API.
Retrieve details for a specific data set
Authorizations
Path parameters
idstringRequired
Data set token
Responses
200
Successful response
application/json
default
Error
application/json
get
GET /v1/data_sets/{id} HTTP/1.1
Host: api.fetchhive.com
Authorization: YOUR_API_KEY
Accept: */*
{
"data_set": {
"id": 1,
"name": "text",
"description": "text",
"token": "text",
"search_score_threshold": 1,
"search_chunk_limit": 1,
"generated_at": "2025-06-27T06:13:03.263Z",
"data_item_count": 1,
"status": "text",
"search_type": "hybrid",
"is_active": true,
"is_archived": true,
"is_hybrid_search": true,
"is_vector_search": true,
"is_full_text_search": true
}
}
Last updated
Was this helpful?