get https://example.com/api/instrument/
Get instrument details by ID.
Args: instrument_id: ID of the instrument session: Database session
Returns: InstrumentResponse with full instrument details
Raises: HTTPException: 404 if instrument not found
Get instrument details by ID.
Args: instrument_id: ID of the instrument session: Database session
Returns: InstrumentResponse with full instrument details
Raises: HTTPException: 404 if instrument not found
Try It!
to start a request and see the response here!