Benchling · Example Payload

Getdataframe Response 200

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhook

Getdataframe Response 200 is an example object payload from Benchling, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdpathmethodstatuscontentTypeexample

Example Payload

Raw ↑
{
  "operationId": "getDataFrame",
  "path": "/data-frames/{data_frame_id}",
  "method": "get",
  "status": "200",
  "contentType": "application/json",
  "example": {
    "1 Succeeded": {
      "description": "A Data Frame that was created successfully. `manifest` contains URLs that can be used to download the data.",
      "value": {
        "columns": [
          {
            "displayName": "Name",
            "systemName": "name",
            "type": {
              "isList": false,
              "isNullable": false,
              "name": "String"
            }
          }
        ],
        "errorMessage": null,
        "id": "dset_LlDFupKyErxx",
        "manifest": [
          {
            "fileName": "09-14-2022_011620_PM_well_plate-part-00000.csv",
            "url": "https://benchling-location.s3.amazonaws.com/deploys/location/data_frames/.../09-14-2022_011620_PM_well_plate-part-00000.csv?..."
          }
        ],
        "name": "09-14-2022 01:16:20 PM well plate",
        "uploadStatus": "SUCCEEDED"
      }
    },
    "2 Failed Validation": {
      "description": "A Data Frame that failed validation.",
      "value": {
        "errorMessage": "Invalid CSV File.",
        "id": "dset_LlDFupKyErxx",
        "manifest": [
          {
            "fileName": "09-14-2022_011620_PM_well_plate-part-00000.csv",
            "url": null
          }
        ],
        "name": "09-14-2022 01:16:20 PM well plate",
        "uploadStatus": "FAILED_VALIDATION"
      }
    },
    "3 In Progress": {
      "description": "A Data Frame still being processed.",
      "value": {
        "errorMessage": null,
        "id": "dset_LlDFupKyErxx",
        "manifest": [
          {
            "fileName": "09-14-2022_011620_PM_well_plate-part-00000.csv",
            "url": null
          }
        ],
        "name": "09-14-2022 01:16:20 PM well plate",
        "uploadStatus": "IN_PROGRESS"
      }
    },
    "4 Not Uploaded": {
      "description": "An empty Data Frame. Files can be uploaded by using the provided manifest URLs.",
      "value": {
        "errorMessage": null,
        "id": "dset_LlDFupKyErxx",
        "manifest": [
          {
            "fileName": "09-14-2022_011620_PM_well_plate-part-00000.csv",
            "url": "https://benchling-location.s3.amazonaws.com/deploys/location/data_frames/source_files/.../09-14-2022_011620_PM_well_plate-part-00000.csv?..."
          }
        ],
        "name": "09-14-2022 01:16:20 PM well plate",
        "uploadStatus": "NOT_UPLOADED"
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/getDataFrame-response-200"
All examples
curl "https://apis.io/api/v1/examples?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.