Skip to main content
GET
/
api
/
v1
/
analyzers
/
{internal_id}
Get a single analyzer
curl --request GET \
  --url https://{subdomain}.mihu.ai/api/v1/analyzers/{internal_id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

internal_id
string
required

Analyzer identifier. Prefix meaning: b_ = built-in contact field, f_ = custom contact field, p_ = pipeline stage rule. Examples: b_name, f_call_reason, p_initial_contact.

Response

Analyzer retrieved