Skip to main content
GET
/
production_batches
/
{id}
Get Production Batch
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/production_batches/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "display_name": "<string>",
  "ended_at": "2023-11-07T05:31:56Z",
  "facility_id": "<string>",
  "feedstock_type_ids": [
    "<string>"
  ],
  "id": "<string>",
  "kind": "biochar",
  "mass": {
    "magnitude": 123,
    "unit": "<string>",
    "standard_deviation": 123
  },
  "started_at": "2023-11-07T05:31:56Z",
  "supplier_reference_id": "<string>",
  "uploaded_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API A secret token identifying the client connecting to the API

Path Parameters

id
string
required

Response

Successful Response

display_name
string
required
ended_at
string<date-time>
required
facility_id
string
required
Required string length: 20 - 37
feedstock_type_ids
string[]
required
Required string length: 20 - 37
id
string
required
Required string length: 20 - 37
kind
enum<string>
required
Available options:
biochar
mass
ScalarQuantity · object
required
started_at
string<date-time>
required
supplier_reference_id
string | null
required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

Required string length: 1 - 100
uploaded_at
string<date-time>
required