protocols
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
post/protocols/input_references
Request body
Response
Successful Response
string[] required