/v1/models/{slug}/deployments

This endpoint returns a list of versions and locations of where this model is deployed.

Given this request:

curl 'https://gateway.credmark.com/v1/models/aave-v2.get-lending-pool/deployments' \
  -H 'Authorization: Bearer <API key>'

We get the following output:

[
  {
    "slug": "aave-v2.get-lending-pool",
    "version": "1.1",
    "location": "credmark-models-py",
    "cmfVersion": "0.8.39"
  }
]

Last updated