Retrieve achievements by tags.Ask AIpost https://us-central1-readysandbox.cloudfunctions.net/achievements-getByTagsBody ParamsappIdstringThe application ID. Optional. If not provided, it is taken from the context authentication.tagsarray of stringsrequiredlength ≤ 10An array of tags of the achievements.tags*ADD stringlimitintegerThe limit on the number of achievements to retrieve.startAfternumberA cursor for use in pagination, specifying where to start retrieving records. Based on 'updatedAt' field.Responses 200Successful retrieval of achievements. 400Invalid argument error, either tags array or appId is invalid or missing.Updated about 1 year ago