curl --request GET \
--url https://api.getcargo.io/v1/storage/models/existsBySlug \
--header 'Authorization: Bearer <token>'{
"exists": true
}Check if a model exists by its slug
curl --request GET \
--url https://api.getcargo.io/v1/storage/models/existsBySlug \
--header 'Authorization: Bearer <token>'{
"exists": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Model slug to check.
Dataset identifier.
Successful response
Whether the model exists.
Was this page helpful?