sensors_other
List Model Cards
get/models/v3/cards
Query parameters
substring match on model name
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'
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
Example response
{
"results": [
{
"plaintext_name": "Resnet-50",
"source": "azure:datascience-workspace"
}
]
}