API ReferenceGuidesChangelog
Processors

Get processor status

GET
/v1/processors/{owner}/{slug}/status

Authorization

api-key<token>

In: header

Path Parameters

owner*string
slug*string

Query Parameters

version?string
  • ACTIVE: Only active version
  • PENDING: Only pending versions
  • ALL: All version
Default"ACTIVE"

Value in

  • "ACTIVE"
  • "PENDING"
  • "ALL"

Response Body

application/json

curl -X GET "https://example.com/v1/processors/string/string/status"
{  "processors": [    {      "cliVersion": "string",      "codeHash": "string",      "commitSha": "string",      "debugFork": "string",      "driverVersion": "string",      "entitySchema": "string",      "entitySchemaVersion": 0,      "gitUrl": "string",      "ipfsHash": "string",      "networkOverrides": [        {          "chain": "string",          "host": "string"        }      ],      "numWorkers": "string",      "pause": true,      "pauseAt": "2019-08-24T14:15:22Z",      "pauseReason": "string",      "processorId": "string",      "processorStatus": {        "errorRecord": {          "code": 0,          "createdAt": "2019-08-24T14:15:22Z",          "id": "string",          "message": "string",          "namespace": 0,          "namespaceCode": 0        },        "state": "UNKNOWN"      },      "referenceProjectId": "string",      "sdkVersion": "string",      "snChainId": "string",      "snRequiredChains": [        "string"      ],      "states": [        {          "chainId": "string",          "estimatedLatestBlockNumber": "string",          "handlerStat": "string",          "indexerState": "string",          "initialStartBlockNumber": "string",          "lastBlockNumber": "string",          "meterState": "string",          "processedBlockHash": "string",          "processedBlockNumber": "string",          "processedTimestampMicros": "string",          "processedVersion": 0,          "status": {            "errorRecord": {              "code": 0,              "createdAt": "2019-08-24T14:15:22Z",              "id": "string",              "message": "string",              "namespace": 0,              "namespaceCode": 0            },            "state": "UNKNOWN"          },          "templates": "string",          "trackers": "string",          "updatedAt": "2019-08-24T14:15:22Z"        }      ],      "timeseriesSchemaVersion": 0,      "uploadedAt": "2019-08-24T14:15:22Z",      "uploadedBy": {        "firstName": "string",        "id": "string",        "lastName": "string",        "nickname": "string",        "picture": "string",        "username": "string"      },      "version": 0,      "versionLabel": "string",      "versionState": "UNKNOWN",      "warnings": [        "string"      ]    }  ]}