Skip to main content
GET
/
v1
/
measurements
List measurements
curl --request GET \
  --url https://api.example.com/v1/measurements \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "OPEN",
      "processId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "orgId": "<string>",
      "measurementDefinition": {
        "id": "<string>",
        "measurementId": "<string>",
        "tokenIds": [
          "<string>"
        ],
        "createdAt": "<string>"
      },
      "process": {
        "id": "<string>",
        "name": "<string>",
        "label": "<string>",
        "iconName": "<string>",
        "orgId": "<string>",
        "createdAt": "<string>",
        "updatedAt": "<string>",
        "steps": [
          {
            "id": "<string>",
            "name": "<string>",
            "label": "<string>",
            "description": "<string>",
            "rawDescription": "<string>",
            "processId": "<string>",
            "tokenIds": [
              "<string>"
            ],
            "policyNames": [
              "<string>"
            ],
            "roles": [
              {
                "p": "<string>",
                "r": [
                  "<string>"
                ]
              }
            ],
            "orderedPolicies": [
              "<string>"
            ],
            "viewPolicyNames": [
              "<string>"
            ],
            "status": "IN_CONSENSUS",
            "webhookUrls": "<string>",
            "legalContractId": "<string>",
            "createdAt": "<string>",
            "updatedAt": "<string>",
            "deletedAt": "<string>",
            "actions": [
              {
                "stepId": "<string>",
                "actionId": "<string>",
                "chainId": "<string>",
                "createdAt": "<string>",
                "measurementId": "<string>",
                "tokenId": "<string>",
                "username": "<string>",
                "id": "<string>",
                "observation": "<string>",
                "slaResponse": "<string>",
                "aIResponse": "<string>",
                "transactionHash": "<string>",
                "type": "WRITE_DATA",
                "userAddress": "<string>"
              }
            ]
          }
        ]
      },
      "externalUserActions": [
        {
          "stepId": "<string>",
          "status": "<string>",
          "code": "<string>"
        }
      ],
      "pendingPolicies": [
        "<string>"
      ]
    }
  ],
  "meta": {
    "total": 123,
    "lastPage": 123,
    "currentPage": 123,
    "perPage": 123,
    "prev": 123,
    "next": 123
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

page
string
pageLimit
string
status
string

Response

200 - application/json

ok

data
object[]
meta
object