Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve tag metadata for an event via gamma.events.getEventTags.
client.gamma.events.getEventTags
const tags = await client.gamma.events.getEventTags(id);
id
number
type EventTag = { id: string; label: string | null; slug: string | null; forceShow: boolean | null; publishedAt: string | null; createdBy: number | null; updatedBy: number | null; createdAt: string | null; updatedAt: string | null; forceHide: boolean | null; isCarousel: boolean | null; };
const tags = await client.gamma.events.getEventTags(35723); console.log(tags.map((tag) => tag.slug));