Retrieve a tagAsk AIget https://app.360learning.com/api/v2/tags/{tagId}Required OAuth scope: tags:read. Retrieves a tag given its ID.Path ParamstagIdstringrequiredThe unique ID of the tag.Headers360-api-versionstringenumrequiredThe version of the API.v2.0Allowed:v2.0Responses 200Returns the details of the given tag. 401The given access token is either missing, invalid, has expired, or has been revoked. 403The given access token does not have the required OAuth scope to execute the request. 404The given tagId does not correspond to any existing tag. 429The client has sent too many requests in a short amount of time.Updated 6 months ago