Skip to main content
GET
/
v1
/
nodes
/
deprecated-models
/
{nodeType}
/
runs
GET /api/v1/nodes/deprecated-models/{nodeType}/runs
curl --request GET \
  --url https://api.magica.com/api/v1/nodes/deprecated-models/{nodeType}/runs \
  --header 'Authorization: Bearer <token>'
Use this endpoint only for migration and support tooling. For current model discovery, use GET /v1/models and GET /v1/models/search.

Authorizations

Authorization
string
header
required

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

Path Parameters

nodeType
string
required

Response

Bad Request