Get dynamic tag by id

Get information about a specific dynamic tag using the id

Path parameters

category_idstringRequiredformat: "uuid4"
The unique identifier for the category
dynamic_tag_idstringRequiredformat: "uuid4"
The unique identifier for the dynamic tag

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

The dynamic tag information
createdUserIdstring
The user that created the resource
createdDtstringformat: "date-time"
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtstringformat: "date-time"
The datetime the resource was last updated
dynamicTagIdstringformat: "uuid4"
The unique identifier of the dynamic tag
namestring
The name of the dynamic tag
categoryNamestring
Category name associated with tag
datasetslist of objects
The datasets associated with tag
textPromptslist of objects or null
The list of text prompts for this dynamic tag
visualPromptslist of objects or null
The list of visual prompts for this dynamic tag

Errors