GET
/
api
/
{projectId}
/
optimize
/
all-learn-blocks
Get all available learn blocks
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/all-learn-blocks \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "learnBlocks": [
    {
      "type": "anomaly",
      "title": "<string>",
      "author": "<string>",
      "description": "<string>",
      "name": "<string>",
      "organizationModelId": 123,
      "experiment": "<string>",
      "displayCategory": "classical",
      "publicProjectTierAvailability": "enterprise-only"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

The response is of type object.