Find Input References Endpoint
Find all input references from a protocol.
This endpoint extracts all input references of the form input[“name”] from the provided protocol. The protocol can be provided as a dictionary (JSON), YAML string, or Protocol object serialized as dict.
Parameters
body : FindInputReferencesRequest Request containing the protocol to analyze
Returns
list[str] List of input reference names found in the protocol
Raises
BadRequestError If protocol parsing fails or input references cannot be extracted
Body
Request body for finding input references in a protocol.
Protocol as a dictionary (JSON), list, or string. Can be a protocol dict, list of steps, YAML string, or Protocol object serialized.
Response
Successful Response