GET /templates/{templateID}/tags
List template tags
List all tags for a template
Parameters
templateID·string· path · required
Responses
200
Successfully returned the template tags
Content-Type: application/json
Schema: array<TemplateTag>
tag·string· requiredThe tag name
buildID·string· requiredIdentifier of the build associated with this tag
Format:
uuidcreatedAt·string· requiredTime when the tag was assigned
Format:
date-time
401
Authentication error
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
403
Forbidden
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
404
Not found
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
500
Server error
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError