Skip to main content

How-to: Get Queued and Non-Queued Experiments in LIMS

Description

The LIMS App looks as below where:

22888150772499-mceclip0.png

Get queued experiments in LIMS

Using REST API:

Use the endpoint - /api/workflow_instances?state="queued"

Note: the endpoint can be altered with other filters such a created_at, submit_time, state=”running” or “loading” or “done” etc.

22888105762963-mceclip1.png

Get non-queued Experiments in LIMS

Using REST API:

Use the endpoint - /api/sample_sheets

22888133852051-mceclip2.png

Using ESP Client:

22888146368531-mceclip3.png