Ticketmaster
Your Toolhouse AI Worker can connect to Ticketmaster using 15 specialized tools.
Auth Connection
This service requires an auth connection to use its tools. You can set this up in your Toolhouse dashboard under Auth Connections.
Tools (15)
Ticketmaster Execute Season Ticketing Command
Ticketmaster Execute Season Ticketing CommandIntegration name: TICKETMASTER_EXECUTE_SEASON_TICKETING_COMMAND
Tool to execute Season Ticketing API commands for ticket management operations. Use when you need to interact with Ticketmaster's Archtics Season Ticketing system for administrative tasks, account management, or event discovery. Supports commands: ping (test connectivity), customer_query (get account info), seats_sold (retrieve sold seat details), event_search (search events), event_details (get event attributes), get_attendance (retrieve attendance data). Note: API may return 202 ACCEPTED for asynchronous operations - caller must poll with provided cookies until receiving 200 OK response.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
header
object
✅
—
Header containing version, source system type, system name, and Archtics version
command
object
✅
—
Command details including cmd type, user id, dsn, and optional additional parameters
Ticketmaster Get Attraction Details2
Ticketmaster Get Attraction Details2Integration name: TICKETMASTER_GET_ATTRACTION_DETAILS2
Tool to retrieve detailed information about a specific attraction by ID from Ticketmaster Discovery API v2. Use when you need attraction details with optional licensed content filtering.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"K8vZ9171Jo7"
ID of the attraction
locale
string
"en-us"
The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '' it matches all locales. '' can only be used at the end (e.g. 'en-us,en,*')
includeLicensedContent
string
—
True if you want to display licensed content
Ticketmaster Get Attractions
Ticketmaster Get AttractionsIntegration name: TICKETMASTER_GET_ATTRACTIONS
Tool to retrieve a list of attractions. Use when you need to search for artists, teams, or performers by various criteria such as keyword, classification, or country.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
page
integer
—
Page number (zero-based).
size
integer
—
Number of results per page (1–200).
sort
string
—
Sorting of results. Common values: 'name,asc', 'name,desc'.
type
string
—
Entity type filter (e.g., event, venue, attraction).
source
string
—
Content source. One of: ticketmaster, universe, frontgate.
genreId
string
—
Genre identifier.
keyword
string
"Beatles"
Search term to find attractions by name, genre, etc.
segmentId
string
—
Segment identifier.
subGenreId
string
—
Subgenre identifier.
countryCode
string
"US"
2-letter country code (ISO 3166-1 alpha-2).
includeTest
boolean
—
If true, include test attractions in the response.
attractionId
string
—
Specific Ticketmaster attraction ID to retrieve one attraction.
subSegmentId
string
—
Sub-segment identifier.
classificationName
string
—
Filter by classification name (e.g., music, sports).
Ticketmaster Get Classification Details
Ticketmaster Get Classification DetailsIntegration name: TICKETMASTER_GET_CLASSIFICATION_DETAILS
Tool to retrieve detailed information about a specific classification. Use after obtaining a classification ID.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"KZFzniwnSyZfZ7v7nJ"
ID of the classification (segment, genre, subgenre, type, or subtype) to retrieve detailed information about
Ticketmaster Get Classifications
Ticketmaster Get ClassificationsIntegration name: TICKETMASTER_GET_CLASSIFICATIONS
Retrieves event classifications from Ticketmaster's Discovery API. Classifications provide a hierarchical taxonomy for categorizing events: - Segment: Top-level category (Music, Sports, Arts & Theater, Family, Film, Miscellaneous) - Genre: Secondary category within a segment (e.g., Rock, Baseball, Comedy) - Subgenre: Tertiary category for specific classification (e.g., Alternative Rock, MLB) Use this tool to discover available categories before searching for events, or to understand how events are organized in the Ticketmaster system. The classifications can be filtered by locale, country, or specific classification ID.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
locale
string
"en-us"
The locale in ISO code format (e.g., 'en-us' for US English, 'es-mx' for Mexican Spanish). Controls the language of classification names returned.
countryCode
string
"US"
Filter classifications by ISO 3166-1 alpha-2 country code (e.g., 'US' for United States, 'CA' for Canada). Returns classifications relevant to the specified country.
classificationId
string
"KnvZfZ7vAv1"
Filter to retrieve a specific classification by its unique ID. Use this to get details about a particular segment, genre, or subgenre.
Ticketmaster Get Event Details
Ticketmaster Get Event DetailsIntegration name: TICKETMASTER_GET_EVENT_DETAILS
Tool to retrieve detailed information about a specific event by ID. Use when you have an event's unique identifier and need its full details.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"G5vYZ4F7H8kd3"
Unique identifier of the event to retrieve details for
Ticketmaster Get Event Images
Ticketmaster Get Event ImagesIntegration name: TICKETMASTER_GET_EVENT_IMAGES
Tool to retrieve images for a specific event by ID. Use when you need to fetch image URLs and metadata for an event.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"G5dIZbYSJPVCV"
ID of the event to retrieve images for
locale
string
"en"
The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '' it matches all locales. '' can only be used at the end (e.g. 'en-us,en,*')
includeLicensedContent
string
—
Whether to include licensed content in the response.
Ticketmaster Get Events
Ticketmaster Get EventsIntegration name: TICKETMASTER_GET_EVENTS
Search for events on Ticketmaster using various filters including location, date range, keywords, classifications, and more. This action queries the Ticketmaster Discovery API to find events matching your criteria. Results are paginated and can be sorted. Use this when you need to: search for concerts/shows/games, find events in a specific location, filter by date range, or discover events by artist/venue. Key capabilities: - Location search: by city, state, postal code, lat/long, or radius - Time filtering: events within date ranges or on-sale dates - Classification: filter by segment (Music/Sports/Arts), genre, subgenre - Keyword search: find events by name or description - Venue/Attraction: get events at specific venues or by specific artists/teams Note: Deep paging limit - size * page must be < 1000. Maximum 200 results per page.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
"vvG1HZbY9avdWs"
Filter by specific event ID
city
string
"Los Angeles"
Filter by city name (e.g., 'Los Angeles', 'New York')
page
integer
0
Page number (0-indexed). Default: 0. Note: size * page must be < 1000 due to deep paging limits
size
integer
20
Number of results per page (1-200). Default: 20. Note: size * page must be < 1000 due to deep paging limits
sort
string
"date,asc"
Sort order for results. Format: 'field,direction' (e.g., 'date,asc', 'name,desc', 'relevance,desc'). Default: 'relevance,desc'
unit
string
"miles"
Unit of measurement for radius search
dmaId
string
"324"
Filter by DMA (Designated Market Area) ID(s). Comma-separated for multiple
locale
string
"en-us"
Locale for localized content in ISO format (e.g., 'en-us'). Comma-separated for multiple. Default: 'en'
radius
integer
25
Radius of search area around latlong or postalCode (use with 'unit' parameter)
source
string
"ticketmaster"
Filter by source name (e.g., 'ticketmaster', 'universe', 'frontgate', 'tmr')
typeId
string
"KZAyXgnZfZ7v7nI"
Filter by event type ID(s). Comma-separated for multiple
genreId
string
"KnvZfZ7vAeA"
Filter by genre ID(s). Comma-separated for multiple
keyword
string
"rock concert"
Keyword to search for in event names, descriptions, or attractions (e.g., 'rock', 'Hamilton')
latlong
string
"34.0522,-118.2437"
Geolocation filter as 'latitude,longitude' (use with radius and unit)
venueId
string
"KovZpa6MXe"
Filter by venue ID(s). Comma-separated for multiple
geoPoint
string
"dr5regw3pg6"
Filter events by geohash (alternative to latlong)
marketId
string
"27"
Filter by Ticketmaster market ID
segmentId
string
"KZFzniwnSyZfZ7v7nJ"
Filter by segment ID(s) - highest classification level (Music, Sports, Arts & Theatre, etc.). Comma-separated for multiple
stateCode
string
"CA"
Filter by US state code (2-letter abbreviation)
subTypeId
string
"KZFzBErXgnZfZ7v7lJ"
Filter by event subtype ID(s). Comma-separated for multiple
postalCode
string
"90404"
Filter events by postal code or zipcode
promoterId
string
"494"
Filter by promoter ID
subGenreId
string
"KZazBEonSMnZfZ7v6F1"
Filter by subgenre ID(s). Comma-separated for multiple
countryCode
string
"US"
Filter by ISO 3166 country code (2-letter)
endDateTime
string
"2026-12-31T23:59:59Z"
Filter events starting on or before this date-time (ISO-8601 format with timezone)
segmentName
string
"Music"
Filter by segment name (e.g., 'Music', 'Sports', 'Arts & Theatre')
attractionId
string
"K8vZ9171oZV"
Filter by attraction ID(s). Comma-separated for multiple (e.g., 'K8vZ9172A1' for a specific artist/team)
includeFamily
string
"yes"
Filter family-friendly events. 'yes'=include all, 'no'=exclude family events, 'only'=only family events
startDateTime
string
"2026-03-01T00:00:00Z"
Filter events starting on or after this date-time (ISO-8601 format with timezone, e.g., '2026-03-01T00:00:00Z')
classificationId
string
"KZFzniwnSyZfZ7v7nJ"
Filter by classification ID(s). Comma-separated for multiple. Supports negative filtering with '-' prefix
includeSpellcheck
string
"yes"
Include spell check suggestions for keywords. 'yes' or 'no'. Default: 'no'
onsaleEndDateTime
string
"2026-12-31T23:59:59Z"
Filter events with onsale end date/time on or before this date (ISO-8601 format)
classificationName
string
"music"
Filter by classification name (segment/genre/subgenre). Supports negative filtering with '-' prefix (e.g., '-music' to exclude music)
onsaleStartDateTime
string
"2026-01-01T00:00:00Z"
Filter events with onsale start date/time on or after this date (ISO-8601 format)
Ticketmaster Get Genre Details
Ticketmaster Get Genre DetailsIntegration name: TICKETMASTER_GET_GENRE_DETAILS
Tool to retrieve detailed information about a specific genre. Use when you need metadata for a single genre before filtering events by genre.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"KnvZfZ7vAA1"
Unique identifier of the genre. Use TICKETMASTER_GET_CLASSIFICATIONS to discover valid genre IDs.
Ticketmaster Get Section Map Image
Ticketmaster Get Section Map ImageIntegration name: TICKETMASTER_GET_SECTION_MAP_IMAGE
Tool to retrieve the section map image for an event showing venue layout. Use when you need a visual representation of a venue's seating sections for a specific event. Optionally highlights specific sections or seats.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
app
string
"TOPPICKS"
Application context for the map rendering (e.g., TOPPICKS for highlighting top pick sections)
event_id
string
✅
"G5dIZbYSJPVCV"
The unique event identifier for which to retrieve the section map image
place_id
string
"1-2-3"
Specific seat or place identifier to highlight on the map
system_id
string
"HOST"
System identifier (e.g., HOST) to specify the ticketing system context
section_names
string
"101,102"
Specific venue sections to highlight on the map. Comma-separated for multiple sections
Ticketmaster Get Segment Details
Ticketmaster Get Segment DetailsIntegration name: TICKETMASTER_GET_SEGMENT_DETAILS
Retrieve detailed information about a specific Ticketmaster event segment, including all associated genres and subgenres. Segments are the top-level classification categories for events (e.g., Music, Sports, Arts & Theatre, Family, Film, Miscellaneous). This action returns the segment's metadata along with a complete list of genres and their subgenres that fall under this segment. Use this action after obtaining a segment ID from Get Classifications or from event classification data.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"KZFzniwnSyZfZ7v7nJ"
Unique identifier of the segment to retrieve. Segments represent primary event categories like Music (KZFzniwnSyZfZ7v7nJ), Sports (KZFzniwnSyZfZ7v7nE), or Arts & Theatre (KZFzniwnSyZfZ7v7na). Obtain from Get Classifications or Get Events actions.
Ticketmaster Get Subgenre Details
Ticketmaster Get Subgenre DetailsIntegration name: TICKETMASTER_GET_SUBGENRE_DETAILS
Tool to retrieve detailed information about a specific subgenre. Use when you have a subgenre ID and need its details.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"KZazBEonSMnZfZ7v6dt"
Unique identifier of the subgenre to retrieve
locale
string
"en-us"
Locale in which to return results (e.g., en-us)
Ticketmaster Get Suggestions2
Ticketmaster Get Suggestions2Integration name: TICKETMASTER_GET_SUGGESTIONS2
Get advanced auto-complete search suggestions from Ticketmaster's Discovery API. Returns matching attractions (artists, teams, performers), venues (concert halls, stadiums, theaters), and events based on search criteria with extensive filtering options. Use this when you need more control over suggestions including location filtering, source filtering, fuzzy matching, and spell checking. Perfect for implementing type-ahead search functionality with advanced filters or helping users discover entertainment options based on location, segment, and other criteria.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
size
string
"5"
Size of every entity returned in the response (number of suggestions per entity type). Default: 5
unit
string
—
Unit of the radius. Options: miles or km. Default: miles
locale
string
"en"
The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '' it matches all locales. '' can only be used at the end (e.g. 'en-us,en,*'). Default: en
radius
string
"50"
Radius of the area in which we want to search for events. Used with latlong or geoPoint. Default: 100
source
string
—
Filter entities by its source name. Options: ticketmaster, universe, frontgate, tmr
keyword
string
"concert"
Keyword to search on. Use partial keywords to get auto-complete suggestions (e.g., 'rock', 'jazz', 'broadway')
latlong
string
"34.0522,-118.2437"
Filter events by latitude and longitude (format: 'lat,long' e.g., '34.0522,-118.2437'). Note: This filter is deprecated and may be removed in a future release, please use geoPoint instead
geoPoint
string
"dr5regw3pg6"
Filter events by geoHash (alternative to latlong). Use this instead of deprecated latlong parameter
segmentId
string
"KZFzniwnSyZfZ7v7nJ"
Filter suggestions by segment ID (e.g., 'KZFzniwnSyZfZ7v7nJ' for Music segment)
includeTBA
string
—
Set to 'yes' to include events with date to be announced (TBA). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only
includeTBD
string
—
Set to 'yes' to include events with a date to be defined (TBD). Default: 'no' if date parameter sent, 'yes' otherwise. Options: yes, no, only
countryCode
string
"US"
Filter suggestions by country code (ISO 3166-1 alpha-2, e.g., 'US', 'CA', 'GB')
includeFuzzy
string
—
Set to 'yes' to include fuzzy matches in the search. This has performance impact. Default: no
clientVisibility
string
""
Filter events to clientName. Use to restrict results to specific client visibility
includeSpellcheck
string
—
Set to 'yes' to include spell check suggestions in the response. Default: no
includeLicensedContent
string
—
Set to 'yes' if you want to display licensed content. Default: no
Ticketmaster Get Venue Details2
Ticketmaster Get Venue Details2Integration name: TICKETMASTER_GET_VENUE_DETAILS2
Tool to retrieve comprehensive details about a specific venue by ID. Use when you need detailed venue information including location, box office info, images, and social media data.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
✅
"KovZpZA7AAEA"
ID of the venue to retrieve details for
locale
string
"en-us"
The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '' it matches all locales. '' can only be used at the end (e.g. 'en-us,en,*')
includeLicensedContent
string
—
Enum for includeLicensedContent parameter.
Ticketmaster Get Venues
Ticketmaster Get VenuesIntegration name: TICKETMASTER_GET_VENUES
Tool to retrieve a list of venues based on specified criteria. Use when you need venue details by name, location, or ID.
Parameters
Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.
id
string
"KovZpZAaeA6A"
Venue ID or comma-separated list of IDs
city
string
"New York"
Filter by city name
page
integer
0
Page number (default 0)
size
integer
20
Number of results per page (default 20, max 200)
sort
string
"name,desc"
Sort order, e.g., 'name' or 'name,desc'
dmaId
string
"345"
Filter by DMA ID or comma-separated list of IDs
radius
integer
50
Search radius in miles
keyword
string
"Madison"
Search by venue keyword
latlong
string
"40.7128,-74.0060"
Latitude and longitude in format 'lat,long'
stateCode
string
"NY"
Filter by state code
postalCode
string
"10001"
Filter by postal code (max length 16)
countryCode
string
"US"
Filter by 2-letter country code