Orb.instruments¶
Instruments associated with this orb.
Returns a ResourceCollection supporting bracket notation and iteration.
Signature¶
@property
instruments -> ResourceCollection[Instrument]
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
orb_id |
path |
string |
yes | - |
Return shape¶
HTTP 200 — OK
array<OrbInstrumentAssociationOut>
Permission¶
Required permission: Any signed-in user
HTTP¶
GET /api/orbs/{id}/instruments/ (listOrbInstruments)
Usage¶
for inst in orb.instruments:
print(inst.name, inst.status)