v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0953227392.1 KB
sensors_other

List Model Cards

get/models/v3/cards

Query parameters

containsstring
eqstring

substring match on model name

ltestring date-time
gtestring date-time

match on models created between dates

aidr_severitystring[]

Deprecated - use ModelCardAIDRThreatLevel(aidr_threat_level) instead

aidr_threat_levelstring[]
aidr_status'ENABLED' | 'DISABLED' | 'ANY'

filter by aidr enabled

modscan_severityModelCardScanSafeUnsafe[]
modscan_status'ENABLED' | 'DISABLED' | 'ANY'
containsstring
eqstring

substring and full match on model source

providerstring[]
limitinteger

Maximum number of items to return

Example:50

Limit the number of items returned

offsetinteger

Begin returning the results from this offset

Example:250

Begin returning the results from this offset

sortstring

allow sorting by model name or created at timestamp, ascending (+) or the default descending (-)

Response

Successful response

total_countinteger required
page_sizeinteger required
page_numberinteger required

Example response

{
  "results": [
    {
      "plaintext_name": "Resnet-50",
      "source": "azure:datascience-workspace"
    }
  ]
}