Check if template with given alias exists
cURL
curl --request GET \ --url https://api.e2b.app/templates/aliases/{alias} \ --header 'X-API-Key: <api-key>'
{ "templateID": "<string>", "public": true }
Template alias
Successfully queried template by alias
Identifier of the template
Whether the template is public or only accessible by the team
Was this page helpful?