Confident LIMS · Arazzo Workflow

Confident LIMS — lab order to finalized results

Version 1.0.0

A lab creates an order for a testing client, verifies it into the workflow, submits test results for a sample, attaches the COA, and completes the order.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyLIMSLaboratory Information ManagementAnalytical TestingCannabis TestingComplianceSample ManagementLab SoftwareArazzoWorkflows

Provider

confident-lims

Workflows

labOrderToResults
Create an order, submit results, and complete it.
6 steps inputs: client_id, lab_internal_id, samples, test_results outputs: order_id
1
createOrder
2
getOrderDetails
3
verifyOrder
4
submitTestResults
5
uploadSampleCOA
6
completeOrder

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Confident LIMS — lab order to finalized results
  version: 1.0.0
  description: A lab creates an order for a testing client, verifies it into the workflow, submits test results for a sample, attaches the COA, and completes the order.
sourceDescriptions:
- name: orderStatusApi
  url: ../openapi/confident-lims-order-status-api-openapi.yml
  type: openapi
- name: ordersApi
  url: ../openapi/confident-lims-orders-api-openapi.yml
  type: openapi
- name: sampleFilesApi
  url: ../openapi/confident-lims-sample-files-api-openapi.yml
  type: openapi
- name: testResultsApi
  url: ../openapi/confident-lims-test-results-api-openapi.yml
  type: openapi
workflows:
- workflowId: labOrderToResults
  summary: Create an order, submit results, and complete it.
  inputs:
    type: object
    properties:
      client_id: {type: string}
      lab_internal_id: {type: string}
      samples: {type: array}
      test_results: {type: object}
  steps:
  - stepId: createOrder
    operationId: createOrder
    requestBody:
      payload:
        client_id: $inputs.client_id
        lab_internal_id: $inputs.lab_internal_id
        samples: $inputs.samples
    outputs:
      order_id: $response.body#/order_id
  - stepId: getOrderDetails
    operationId: getOrderDetails
    parameters:
    - name: order_id
      in: path
      value: $steps.createOrder.outputs.order_id
    outputs:
      sample_id: $response.body#/samples/0/sample_id
  - stepId: verifyOrder
    operationId: verifyOrder
    parameters:
    - name: order_id
      in: path
      value: $steps.createOrder.outputs.order_id
  - stepId: submitTestResults
    operationId: submitTestResults
    parameters:
    - name: sample_id
      in: path
      value: $steps.getOrderDetails.outputs.sample_id
    requestBody:
      payload: $inputs.test_results
  - stepId: uploadSampleCOA
    operationId: uploadSampleCOA
    parameters:
    - name: sample_id
      in: path
      value: $steps.getOrderDetails.outputs.sample_id
  - stepId: completeOrder
    operationId: completeOrder
    parameters:
    - name: order_id
      in: path
      value: $steps.createOrder.outputs.order_id
  outputs:
    order_id: $steps.createOrder.outputs.order_id

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/confident-lims-lab-order-to-results"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.