Skip to main content
GET
/
process
/
{id}
cURL
curl --request GET \
  --url http://sandbox.batuenergy.com/api/v1/process/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "execution": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "process": {
      "id": "<uuid>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "integration": "int_<uuid>",
      "metric": "mtc_<uuid>",
      "formula": "[NODE 1] * 1000",
      "keys": [
        "NODE 1"
      ],
      "metadata": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Id of process to return

Response

Process response

status
string
required

Indicates the request was successful

Example:

"success"

data
object
required

The data associated with the response