Get post processing results

Get post processing results

get

Get results of most recent post processing run

Authorizations
Path parameters
projectIdintegerrequired

Project ID

Query parameters
impulseIdintegeroptional

Impulse ID. If this is unset then the default impulse is used.

Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/post-processing/results' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "variableNames": [
    "text"
  ],
  "objectiveNames": [
    "text"
  ],
  "variables": [
    [
      1
    ]
  ],
  "objectives": [
    [
      1
    ]
  ]
}

Last updated

Was this helpful?