Skip to main content
GET
/
templates
/
{templateID}
/
tags
List template tags
curl --request GET \
  --url https://api.e2b.app/templates/{templateID}/tags \
  --header 'X-API-Key: <api-key>'
[
  {
    "tag": "<string>",
    "buildID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Path Parameters

templateID
string
required

Response

Successfully returned the template tags

tag
string
required

The tag name

buildID
string<uuid>
required

Identifier of the build associated with this tag

createdAt
string<date-time>
required

Time when the tag was assigned