cURL
curl --request GET \ --url https://{subdomain}.mindhunters.ai/api/v1/data/{uuid}/fields \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Fields retrieved successfully", "data": { "data_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fields": [ { "name": "<string>", "data_type": "<string>" } ] } }
Returns the list of fields associated with a knowledge base.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the data
Fields retrieved successfully
true
"Fields retrieved successfully"
Show child attributes