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.
body : FindInputReferencesRequest Request containing the protocol to analyze
list[str] List of input reference names found in the protocol
HTTPException If protocol parsing fails or input references cannot be extracted
Documentation Index
Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Successful Response