General Description
- This endpoint retrieves detailed metadata for a specific dataset.
- Metadata includes available fields, data types, and descriptions.
- Use this endpoint to understand the structure of a dataset before querying or downloading it.
Request
Endpoint
Path Parameters
Headers
Response
Response Example
Response Fields
Field Metadata
Each field in thefields object contains the following attributes:
Example Use Case
Fetching Dataset Metadata
To retrieve metadata for the “Crunchbase companies information” dataset:Request
Response
Troubleshooting & FAQs
Issue: “Unauthorized” response
Solution: Ensure you have included a valid API key in the request header.Issue: “Dataset not found”
Solution: Verify that thedataset_id is correct and exists in the dataset list.