Get a custom instruction
Retrieve a single custom instruction by its id
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
custom_instruction_id
The id of the custom instruction
Response
OK
id
The unique identifier for the custom instruction
title
Display name for the custom instruction (unique per Agent)
text
The instruction content — the rule the Agent should follow
enabled
Whether the instruction is enabled. False means inactive.
notes
Internal notes about this instruction (not shown to the Agent)
availability_rules
Availability rule gating which end users this instruction applies to, as a rule-expression string with v("<variable_name>") variable lookups. null when no rule is set.
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error