Ticketmaster
ticketmasterTicketmaster provides APIs for event discovery, inventory management, and ticketing solutions.
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Attraction DetailsTICKETMASTER_GET_ATTRACTION_DETAILSAcciónTool to retrieve detailed information about a specific attraction by id. use when you have an attraction id and need full details.
TICKETMASTER_GET_ATTRACTION_DETAILSAcciónTool to retrieve detailed information about a specific attraction by id. use when you have an attraction id and need full details.
Parámetros de entrada
idstringObligatorioUnique identifier of the attraction to retrieve details for
localestringLocale code, e.g., 'en-us'
includestringComma-separated related resources to include, e.g., 'events'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Ticketmaster AttractionsTICKETMASTER_GET_ATTRACTIONSAcciónTool 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.
TICKETMASTER_GET_ATTRACTIONSAcciónTool 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.
Parámetros de entrada
pageintegerPage number (zero-based).
sizeintegerNumber of results per page (1–200).
sortstringSorting of results. Common values: 'name,asc', 'name,desc'.
typestringEntity type filter (e.g., event, venue, attraction).
sourcestringContent source. One of: ticketmaster, universe, frontgate.
genreIdstringGenre identifier.
keywordstringSearch term to find attractions by name, genre, etc.
segmentIdstringSegment identifier.
subGenreIdstringSubgenre identifier.
countryCodestring2-letter country code (ISO 3166-1 alpha-2).
includeTestbooleanIf true, include test attractions in the response.
attractionIdstringSpecific Ticketmaster attraction ID to retrieve one attraction.
subSegmentIdstringSub-segment identifier.
classificationNamestringFilter by classification name (e.g., music, sports).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Classification DetailsTICKETMASTER_GET_CLASSIFICATION_DETAILSAcciónTool to retrieve detailed information about a specific classification. use after obtaining a classification id.
TICKETMASTER_GET_CLASSIFICATION_DETAILSAcciónTool to retrieve detailed information about a specific classification. use after obtaining a classification id.
Parámetros de entrada
idstringObligatorioUnique identifier of the classification to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ClassificationsTICKETMASTER_GET_CLASSIFICATIONSAcciónTool to retrieve all event classifications. use when categorizing events before searching.
TICKETMASTER_GET_CLASSIFICATIONSAcciónTool to retrieve all event classifications. use when categorizing events before searching.
Parámetros de entrada
localestringLanguage selection for the response (e.g., en-us)
countryCodestringFilter classifications by country code (ISO 3166-1 alpha-2)
classificationIdstringSpecify classification by ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Event DetailsTICKETMASTER_GET_EVENT_DETAILSAcciónTool to retrieve detailed information about a specific event by id. use when you have an event's unique identifier and need its full details.
TICKETMASTER_GET_EVENT_DETAILSAcciónTool to retrieve detailed information about a specific event by id. use when you have an event's unique identifier and need its full details.
Parámetros de entrada
idstringObligatorioUnique identifier of the event to retrieve details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EventsTICKETMASTER_GET_EVENTSAcciónTool to retrieve a list of events matching specified filters. use when you need to search events by keyword, location, date range, or classification.
TICKETMASTER_GET_EVENTSAcciónTool to retrieve a list of events matching specified filters. use when you need to search events by keyword, location, date range, or classification.
Parámetros de entrada
citystringCity name to filter
pageintegerPage number (0-based)
sizeintegerPage size (# of results, max 200)
sortstringSort order (e.g., date, name)
unitstringenumUnit for radius (miles or km)
mileskmdmaIdstringDMA (Designated Market Area) IDs (comma-separated)
localestringLocale in ISO format (e.g., en-us). Comma-separated list allowed
radiusnumberRadius around a geo point
keywordstringSearch events by keyword
latlongstringLatitude and longitude, comma-separated (e.g., 34.15,-118.20)
venueIdstringVenue IDs (comma-separated)
stateCodestringUS state code (e.g., CA, NY)
postalCodestringPostal code to filter events
countryCodestringISO 3166 country code
endDateTimestringEnd date-time in ISO-8601 format (e.g., 2024-12-31T23:59:59Z)
attractionIdstringAttraction IDs (comma-separated)
startDateTimestringStart date-time in ISO-8601 format (e.g., 2024-01-01T00:00:00Z)
includeSpellcheckbooleanInclude spellcheck suggestions
classificationNamestringClassification name (music, sports, etc.)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Genre DetailsTICKETMASTER_GET_GENRE_DETAILSAcciónTool to retrieve detailed information about a specific genre. use when you need metadata for a single genre before filtering events by genre.
TICKETMASTER_GET_GENRE_DETAILSAcciónTool to retrieve detailed information about a specific genre. use when you need metadata for a single genre before filtering events by genre.
Parámetros de entrada
idstringObligatorioUnique identifier of the genre
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Segment DetailsTICKETMASTER_GET_SEGMENT_DETAILSAcciónTool to retrieve detailed information about a specific segment. use after obtaining a segment id.
TICKETMASTER_GET_SEGMENT_DETAILSAcciónTool to retrieve detailed information about a specific segment. use after obtaining a segment id.
Parámetros de entrada
idstringObligatorioUnique identifier of the segment to retrieve details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subgenre DetailsTICKETMASTER_GET_SUBGENRE_DETAILSAcciónTool to retrieve detailed information about a specific subgenre. use when you have a subgenre id and need its details.
TICKETMASTER_GET_SUBGENRE_DETAILSAcciónTool to retrieve detailed information about a specific subgenre. use when you have a subgenre id and need its details.
Parámetros de entrada
idstringObligatorioUnique identifier of the subgenre to retrieve
localestringLocale in which to return results (e.g., en-us)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SuggestionsTICKETMASTER_GET_SUGGESTIONSAcciónTool to retrieve auto-complete suggestions for search queries. use when you have a partial keyword and want to get matching attractions, venues, or events.
TICKETMASTER_GET_SUGGESTIONSAcciónTool to retrieve auto-complete suggestions for search queries. use when you have a partial keyword and want to get matching attractions, venues, or events.
Parámetros de entrada
keywordstringPartial search term for suggestions (e.g., 'rock')
countryCodestringTwo-letter ISO country code to filter suggestions
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Venue DetailsTICKETMASTER_GET_VENUE_DETAILSAcciónTool to retrieve detailed information about a specific venue by id. use when you have a venue's unique identifier and need its full details.
TICKETMASTER_GET_VENUE_DETAILSAcciónTool to retrieve detailed information about a specific venue by id. use when you have a venue's unique identifier and need its full details.
Parámetros de entrada
idstringObligatorioUnique identifier of the venue to retrieve details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get VenuesTICKETMASTER_GET_VENUESAcciónTool to retrieve a list of venues based on specified criteria. use when you need venue details by name, location, or id.
TICKETMASTER_GET_VENUESAcciónTool to retrieve a list of venues based on specified criteria. use when you need venue details by name, location, or id.
Parámetros de entrada
idstringVenue ID or comma-separated list of IDs
citystringFilter by city name
pageintegerPage number (default 0)
sizeintegerNumber of results per page (default 20, max 200)
sortstringSort order, e.g., 'name' or 'name,desc'
dmaIdstringFilter by DMA ID or comma-separated list of IDs
radiusintegerSearch radius in miles
keywordstringSearch by venue keyword
latlongstringLatitude and longitude in format 'lat,long'
stateCodestringFilter by state code
postalCodestringFilter by postal code (max length 16)
countryCodestringFilter by 2-letter country code
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not