How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Benchling Procedure Method Execution Instance API

An instance of a method being executed within a procedure run. When a scientist runs aprocedure, each method in the flowchart becomes a ProcedureMethodExecutionInstance that tracksthe actual execution: the worksheet where data is entered (`worksheet`), the associated task(`methodTask`), step groups with execution instances (`stepGroups`), and all parameter values(planned, confirmed, and measured). Links to its `ProcedureRun`, the template method it's basedon (`templateMethodVersion`), and the specific condition/replicate it belongs to(`procedureRunConditionReplicate`). Material flow between methods is tracked via`sourceProcedureMethodExecutionInstanceAssociations` and`targetProcedureMethodExecutionInstanceAssociations`.

Benchling Procedure Method Execution Instance API is one of 203 APIs that Benchling publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include ProcedureMethodExecutionInstance. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, and a changelog.

This API exposes 10 operations across 10 paths, and defines 20 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, /api/v3.

10 operations 10 paths 20 schemas 10 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://{tenant}.benchling.com/api/v2
Authentication
HTTP Basic, HTTP Basic, OAuth 2.0
License
Resource Areas
1

Authentication & Security 3

Benchling Procedure Method Execution Instance API declares 3 security schemes for authenticating requests. It accepts HTTP basic authentication (basicApiKeyAuth). It accepts HTTP basic authentication (basicClientIdSecretAuth). It supports OAuth 2.0 (oAuth) using the clientCredentials flow. By default, every request must be authenticated.

  • basicApiKeyAuth — Use issued API key for standard access to the API
  • basicClientIdSecretAuth — Auth used as part of client credentials OAuth flow prior to receiving a bearer token.
  • oAuth — OAuth2 Client Credentials flow intended for service access

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 10 GET. Each is listed below with its method, path, parameters, and response codes.

ProcedureMethodExecutionInstance 10

An instance of a method being executed within a procedure run. When a scientist runs a procedure, each method in the flowchart becomes a ProcedureMethodExecutionInstance that trac…

GET
/procedure-method-execution-instance/items
List ProcedureMethodExecutionInstance items
ProcedureMethodExecutionInstance.List 21 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}
Get ProcedureMethodExecutionInstance by ID
ProcedureMethodExecutionInstance.Get 4 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/data-parameter-actual-values/items
List ProcedureParameterMeasuredValue items
ProcedureMethodExecutionInstance.dataParameterActualValues.List 2 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/data-parameter-confirmation-values/items
List ProcedureParameterConfirmationValue items
ProcedureMethodExecutionInstance.dataParameterConfirmationValues.List 2 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/data-parameter-planned-values/items
List ProcedureParameterPlannedValue items
ProcedureMethodExecutionInstance.dataParameterPlannedValues.List 2 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/equipment-confirmation-values/items
List ProcedureParameterConfirmationValue items
ProcedureMethodExecutionInstance.equipmentConfirmationValues.List 2 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/equipment-planned-values/items
List ProcedureParameterPlannedValue items
ProcedureMethodExecutionInstance.equipmentPlannedValues.List 2 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/material-input-confirmation-values/items
List ProcedureParameterConfirmationValue items
ProcedureMethodExecutionInstance.materialInputConfirmationValues.List 2 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/material-input-planned-values/items
List ProcedureParameterPlannedValue items
ProcedureMethodExecutionInstance.materialInputPlannedValues.List 2 params → 200400403404429500
GET
/procedure-method-execution-instance/{procedure_method_execution_instance_id}/material-output-confirmation-values/items
List ProcedureParameterConfirmationValue items
ProcedureMethodExecutionInstance.materialOutputConfirmationValues.List 2 params → 200400403404429500

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are ProcedureMethodExecutionInstance (19 properties), ProcedureParameterConfirmationValue (13 properties), ProcedureParameterMeasuredValue (12 properties), ProcedureParameterPlannedValue (11 properties). Each schema is shown below with its type and property counts.

ProcedureStepExecutionInstanceRef
object
2 properties
ProcedureParameterPlannedValueUnpaginatedList
object
1 property
ProcedureParameterConfirmationValue
object
Records a scientist's confirmation of a parameter value during procedure execution. When running a procedure, scientists confirm that inputs (such as materials…
13 properties
ProcedureRunRef
object
2 properties
InternalServerError
object
6 properties 5 required
ProcedureMethodExecutionInstanceRef
object
2 properties
ProcedureParameterValueLinkedPlateWell
object
Associates a parameter value with a specific well on a laboratory plate. Used within ProcedureParameterPlannedValue, ProcedureParameterConfirmationValue, and P…
3 properties
ProcedureMethodDefinitionVersionRef
object
2 properties
PrincipalRef
object
2 properties
ProcedureParameterConfirmationValueUnpaginatedList
object
1 property
ProcedureMethodExecutionInstancePaginatedList
object
2 properties
ProcedureParameterPlannedValue
object
Stores the expected or planned value for a parameter, set during procedure setup or run planning. Used to specify anticipated inputs before execution begins—fo…
11 properties
ProcedureRunConditionReplicateRef
object
2 properties
ProcedureParameterMeasuredValueUnpaginatedList
object
1 property
TaskTransitionExtension
object
Records a status change event on a method task during procedure execution. Captures the comment provided, the human-readable status name, and the timestamp whe…
4 properties
ProcedureParameterVersionRef
object
2 properties
GeneralError
object
5 properties 5 required
ProcedureParameterMeasuredValue
object
Records the actual measured or observed value for a parameter during procedure execution. Scientists enter measured values after performing an experimental ste…
12 properties
ProcedureMethodExecutionInstance
object
An instance of a method being executed within a procedure run. When a scientist runs a procedure, each method in the flowchart becomes a ProcedureMethodExecuti…
19 properties
ProcedureExecutionStepGroup
object
Groups step execution instances by their execution phase during a procedure run. Analogous to ProcedureStepGroup but contains actual execution instances (Proce…
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

benchling-proceduremethodexecutioninstance-api-openapi.yml Raw ↑

Other APIs Benchling publishes across the network.

Benchling AA Sequences API
Benchling Apps API
Benchling Assay Results API
Benchling Assay Runs API
Benchling Audit API
Benchling Authentication API
Benchling Blobs API
Benchling Boxes API
Benchling Codon Usage Tables API
Benchling Connect API
Benchling Containers API
Benchling Custom Entities API
Where this information came from

This is an independent, third-party profile of Benchling Procedure Method Execution Instance API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.