API-Sports
api_sportsAPI-Sports provides comprehensive sports data APIs covering over 2,000 competitions with more than 15 years of historical data, offering real-time updates and easy integration for developers.
Acciones disponibles (31)
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 CoachesAPI_SPORTS_GET_COACHSAcciónTool to fetch coaches and their career history. use when you need coach info by id, team filter, or name search.
API_SPORTS_GET_COACHSAcciónTool to fetch coaches and their career history. use when you need coach info by id, team filter, or name search.
Parámetros de entrada
idintegerCoach ID to filter by
teamintegerTeam ID to filter coaches by
searchstringSearch term for coach name (min length 3)
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 CountriesAPI_SPORTS_GET_COUNTRIESAcciónTool to fetch available countries for league queries. use when filtering by name, code, or search string before retrieving leagues.
API_SPORTS_GET_COUNTRIESAcciónTool to fetch available countries for league queries. use when filtering by name, code, or search string before retrieving leagues.
Parámetros de entrada
codestringAlpha-2 country code to filter by (e.g., 'FR', 'GB').
namestringExact country name to filter by (e.g., 'Chile').
searchstringPartial match search on country name (e.g., 'Uni' for 'United Kingdom').
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 FixturesAPI_SPORTS_GET_FIXTURESAcciónTool to retrieve football fixtures/matches. use when filtering fixtures by id, date, league, season, team, or date ranges to get upcoming or past matches.
API_SPORTS_GET_FIXTURESAcciónTool to retrieve football fixtures/matches. use when filtering fixtures by id, date, league, season, team, or date ranges to get upcoming or past matches.
Parámetros de entrada
idintegerUnique identifier of the fixture.
tostringEnd date for date range (YYYY-MM-DD).
datestringA valid date (YYYY-MM-DD).
fromstringStart date for date range (YYYY-MM-DD).
lastintegerNumber of last fixtures to retrieve.
livestringGet all live fixtures (all) or only those with events (all-events).
nextintegerNumber of next fixtures to retrieve.
teamintegerUnique identifier of the team.
roundstringRound of the fixture.
venueintegerUnique identifier of the venue.
leagueintegerUnique identifier of the league.
seasonintegerSeason year (4-digit year).
statusstringStatus of the fixture (NS, LIVE, FT, etc.).
timezonestringIANA timezone for date conversion.
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 fixtures eventsAPI_SPORTS_GET_FIXTURES_EVENTSAcciónTool to get events (goals, cards, substitutions, var, etc.) from a fixture. use when you need detailed event data after confirming the fixture id.
API_SPORTS_GET_FIXTURES_EVENTSAcciónTool to get events (goals, cards, substitutions, var, etc.) from a fixture. use when you need detailed event data after confirming the fixture id.
Parámetros de entrada
teamintegerID of the team to filter events by (optional)
typestringType of event to filter (e.g., goal, card, substitution, VAR) (optional)
playerintegerID of the player to filter events by (optional)
fixtureintegerObligatorioID of the fixture to fetch events 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 Head-to-Head FixturesAPI_SPORTS_GET_FIXTURES_HEADTOHEADAcciónTool to get head-to-head fixtures between two teams. use after determining team ids to compare their direct match history.
API_SPORTS_GET_FIXTURES_HEADTOHEADAcciónTool to get head-to-head fixtures between two teams. use after determining team ids to compare their direct match history.
Parámetros de entrada
tostringEnd date for filtering (YYYY-MM-DD)
h2hstringObligatorioTeam IDs in 'ID-ID' format, e.g., '33-34'
datestringFilter fixtures by a specific date in YYYY-MM-DD format
fromstringStart date for filtering (YYYY-MM-DD)
lastintegerNumber of most recent past fixtures to retrieve
nextintegerNumber of upcoming fixtures to retrieve
leagueintegerLeague ID to filter fixtures
seasonintegerSeason year in YYYY format, e.g., 2020
statusstringFilter fixtures by status code, e.g., 'FT'
timezonestringSpecify IANA timezone, e.g., 'Europe/London'
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 Fixture LineupsAPI_SPORTS_GET_FIXTURES_LINEUPSAcciónTool to retrieve starting xi and substitutes for a fixture. use after confirming fixture id; optionally filter by team, player, or section (startxi/substitutes). lineups appear ~20-40 minutes before kickoff for supported competitions.
API_SPORTS_GET_FIXTURES_LINEUPSAcciónTool to retrieve starting xi and substitutes for a fixture. use after confirming fixture id; optionally filter by team, player, or section (startxi/substitutes). lineups appear ~20-40 minutes before kickoff for supported competitions.
Parámetros de entrada
teamintegerFilter by team ID
typestringenumFilter by lineup section: 'startXI' or 'substitutes'
startXIsubstitutesplayerintegerFilter by player ID
fixtureintegerObligatorioUnique ID of the fixture
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 fixtures playersAPI_SPORTS_GET_FIXTURES_PLAYERSAcciónTool to get player statistics from a fixture. use when you need detailed per-player stats for a specific match. optionally filter by team.
API_SPORTS_GET_FIXTURES_PLAYERSAcciónTool to get player statistics from a fixture. use when you need detailed per-player stats for a specific match. optionally filter by team.
Parámetros de entrada
teamintegerID of the team to filter player statistics by (optional)
fixtureintegerObligatorioID of the fixture to retrieve player statistics 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 Fixtures RoundsAPI_SPORTS_GET_FIXTURES_ROUNDSAcciónTool to get the rounds for a league or cup. use after confirming league and season to retrieve available round identifiers (optionally with dates) for filtering fixtures.
API_SPORTS_GET_FIXTURES_ROUNDSAcciónTool to get the rounds for a league or cup. use after confirming league and season to retrieve available round identifiers (optionally with dates) for filtering fixtures.
Parámetros de entrada
datesbooleanIf true, include dates of each round in the response
leagueintegerObligatorioLeague ID (from /leagues endpoint)
seasonintegerObligatorioSeason year in YYYY format (from /leagues/seasons endpoint)
currentbooleanIf true, only return the current round
timezonestringValid timezone (IANA) for formatting dates (from /timezone endpoint)
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 fixture statisticsAPI_SPORTS_GET_FIXTURES_STATISTICSAcciónTool to get statistics for a fixture. use when you need detailed match stats (shots, fouls, possession, cards, passes, etc.), optionally filtered by team, statistic type, or including halftime data.
API_SPORTS_GET_FIXTURES_STATISTICSAcciónTool to get statistics for a fixture. use when you need detailed match stats (shots, fouls, possession, cards, passes, etc.), optionally filtered by team, statistic type, or including halftime data.
Parámetros de entrada
halfbooleanIf true, includes halftime statistics in the response. Available for fixtures from the 2024 season onward.
teamintegerOptional team ID to filter statistics
typestringenumStatistic type to filter results (must match API's available types)
Shots on GoalShots off GoalShots insideboxShots outsideboxTotal ShotsBlocked ShotsFoulsCorner KicksOffsidesBall PossessionYellow CardsRed Cards+4fixtureintegerObligatorioID of the fixture for which statistics are requested
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 InjuriesAPI_SPORTS_GET_INJURIESAcciónTool to get injured or suspended players. use when you need a list of sidelined players filtered by league, season, fixture, team, player, date, ids, or timezone.
API_SPORTS_GET_INJURIESAcciónTool to get injured or suspended players. use when you need a list of sidelined players filtered by league, season, fixture, team, player, date, ids, or timezone.
Parámetros de entrada
idsstringOne or more fixture IDs, hyphen-separated (max 20), e.g. '123-456'.
datestringDate (YYYY-MM-DD) to filter injuries.
teamintegerTeam ID to filter injuries.
leagueintegerLeague ID to filter injuries.
playerintegerPlayer ID to filter injuries.
seasonintegerSeason (YYYY) required with league, team, or player filters.
fixtureintegerFixture ID to filter injuries.
timezonestringTimezone name from the /timezone endpoint.
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 LeaguesAPI_SPORTS_GET_LEAGUESAcciónTool to retrieve leagues and cups. use when filtering competitions by id, name, country, code, season, team, type, current, search, or last.
API_SPORTS_GET_LEAGUESAcciónTool to retrieve leagues and cups. use when filtering competitions by id, name, country, code, season, team, type, current, search, or last.
Parámetros de entrada
idintegerLeague ID to filter by
codestringAlpha code of the country (2 to 6 chars)
lastintegerNumber of most recently added leagues or cups to return (1 to 99)
namestringName of the league or cup
teamintegerTeam ID to filter leagues in which the team has played
typestringenumCompetition type: 'league' or 'cup'
leaguecupsearchstringSearch term for league name or country (min 3 chars)
seasoninteger4-digit season year (e.g., 2021)
countrystringCountry name of the competition
currentbooleanReturn only currently active competitions (true/false)
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 League SeasonsAPI_SPORTS_GET_LEAGUES_SEASONSAcciónTool to get the list of available seasons for all leagues. use when you need season filters for other league endpoints.
API_SPORTS_GET_LEAGUES_SEASONSAcciónTool to get the list of available seasons for all leagues. use when you need season filters for other league endpoints.
Parámetros de entrada
Sin parámetros.
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 OddsAPI_SPORTS_GET_ODDSAcciónTool to fetch pre-match odds. use when you need odds filterable by fixture, league, season, date, timezone, bookmaker, bet, or to navigate pages.
API_SPORTS_GET_ODDSAcciónTool to fetch pre-match odds. use when you need odds filterable by fixture, league, season, date, timezone, bookmaker, bet, or to navigate pages.
Parámetros de entrada
betintegerFilter odds by bet ID
datestringFilter odds by date (YYYY-MM-DD)
pageintegerPage number for pagination (10 results per page)
leagueintegerFilter odds by league ID
seasonintegerFilter odds by season (4-digit year)
fixtureintegerFilter odds by fixture ID
timezonestringIANA timezone for date conversion, e.g., 'Europe/London'
bookmakerintegerFilter odds by bookmaker 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 Odds BetsAPI_SPORTS_GET_ODDS_BETSAcciónTool to get all available pre-match bet types. use when filtering by bet id or searching bet names before fetching odds.
API_SPORTS_GET_ODDS_BETSAcciónTool to get all available pre-match bet types. use when filtering by bet id or searching bet names before fetching odds.
Parámetros de entrada
idintegerFilter by bet ID.
searchstringPartial match search on bet name (minimum 3 characters).
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 Odds BookmakersAPI_SPORTS_GET_ODDS_BOOKMAKERSAcciónTool to list all available pre-match bookmakers. use when you need to discover or filter bookmakers before fetching odds.
API_SPORTS_GET_ODDS_BOOKMAKERSAcciónTool to list all available pre-match bookmakers. use when you need to discover or filter bookmakers before fetching odds.
Parámetros de entrada
idintegerFilter by bookmaker ID.
searchstringPartial match search on bookmaker name (minimum 3 characters).
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 In-Play OddsAPI_SPORTS_GET_ODDS_LIVEAcciónTool to fetch in-play odds for fixtures in progress. use during live matches to get in-play odds.
API_SPORTS_GET_ODDS_LIVEAcciónTool to fetch in-play odds for fixtures in progress. use during live matches to get in-play odds.
Parámetros de entrada
betintegerFilter by bet ID for live odds.
leagueintegerFilter by league ID for live odds.
fixtureintegerFilter by fixture ID for live odds.
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 Live Odds BetsAPI_SPORTS_GET_ODDS_LIVE_BETSAcciónTool to fetch all available bet types for in-play odds. use when you need to retrieve bet ids or names (optionally filtering by id or search) before fetching live odds.
API_SPORTS_GET_ODDS_LIVE_BETSAcciónTool to fetch all available bet types for in-play odds. use when you need to retrieve bet ids or names (optionally filtering by id or search) before fetching live odds.
Parámetros de entrada
idintegerBet ID to filter by.
searchstringSearch term for bet name (min 3 characters).
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 PlayersAPI_SPORTS_GET_PLAYERSAcciónTool to get player statistics. use when fetching players by id, team, league, season, search, or pagination.
API_SPORTS_GET_PLAYERSAcciónTool to get player statistics. use when fetching players by id, team, league, season, search, or pagination.
Parámetros de entrada
idintegerUnique player ID to filter by
pageintegerPage number for pagination
teamintegerTeam ID to filter players by
leagueintegerLeague ID to filter players by
searchstringSearch term for player name (min 3 chars)
seasonintegerSeason year in YYYY format
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 Players ProfilesAPI_SPORTS_GET_PLAYERS_PROFILESAcciónTool to get the list of all available players. use when you need player profiles optionally filtered by id, name search, or page.
API_SPORTS_GET_PLAYERS_PROFILESAcciónTool to get the list of all available players. use when you need player profiles optionally filtered by id, name search, or page.
Parámetros de entrada
pageintegerPage number for pagination (default 1)
playerintegerFilter by specific player ID
searchstringSearch players by last name substring, at least 4 characters
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 Players SeasonsAPI_SPORTS_GET_PLAYERS_SEASONSAcciónTool to list all available seasons for player statistics. use when building a player statistics query, optionally filtering by a specific player id.
API_SPORTS_GET_PLAYERS_SEASONSAcciónTool to list all available seasons for player statistics. use when building a player statistics query, optionally filtering by a specific player id.
Parámetros de entrada
playerintegerPlayer id to filter seasons by (optional)
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 Players TeamsAPI_SPORTS_GET_PLAYERS_TEAMSAcciónTool to get the list of teams and seasons in which a player played during his career. use after confirming the player id to retrieve club history.
API_SPORTS_GET_PLAYERS_TEAMSAcciónTool to get the list of teams and seasons in which a player played during his career. use after confirming the player id to retrieve club history.
Parámetros de entrada
playerintegerObligatorioUnique ID of the player.
seasonintegerSeason year to filter results (e.g., 2020).
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 Players Top AssistsAPI_SPORTS_GET_PLAYERS_TOP_ASSISTSAcciónTool to get the 20 best players (top assists) for a league or cup. use after confirming league and season.
API_SPORTS_GET_PLAYERS_TOP_ASSISTSAcciónTool to get the 20 best players (top assists) for a league or cup. use after confirming league and season.
Parámetros de entrada
pageintegerPage number for pagination
teamintegerTeam ID to filter the top assists leaderboard
leagueintegerObligatorioLeague ID to retrieve top assist players for
seasonintegerObligatorioSeason year (e.g., 2023)
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 Players Top ScorersAPI_SPORTS_GET_PLAYERS_TOP_SCORERSAcciónTool to get the 20 best players (top scorers) for a league or cup. use after confirming league and season.
API_SPORTS_GET_PLAYERS_TOP_SCORERSAcciónTool to get the 20 best players (top scorers) for a league or cup. use after confirming league and season.
Parámetros de entrada
pageintegerPage number for pagination
teamintegerTeam ID to filter the top scorers leaderboard
leagueintegerObligatorioLeague ID to retrieve top scorers for
seasonintegerObligatorioSeason year (e.g., 2023)
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 Players Top Yellow CardsAPI_SPORTS_GET_PLAYERS_TOP_YELLOW_CARDSAcciónTool to get the 20 players with the most yellow cards for a league or cup. use after confirming league and season.
API_SPORTS_GET_PLAYERS_TOP_YELLOW_CARDSAcciónTool to get the 20 players with the most yellow cards for a league or cup. use after confirming league and season.
Parámetros de entrada
pageintegerPage number for pagination
teamintegerTeam ID to filter the top yellow cards leaderboard
leagueintegerObligatorioLeague ID to retrieve top yellow card players for
seasonintegerObligatorioSeason year (e.g., 2023)
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 PredictionsAPI_SPORTS_GET_PREDICTIONSAcciónTool to get predictions about a fixture. use when you need calculated predictions for a given fixture id.
API_SPORTS_GET_PREDICTIONSAcciónTool to get predictions about a fixture. use when you need calculated predictions for a given fixture id.
Parámetros de entrada
fixtureintegerObligatorioFixture ID to retrieve predictions 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 SidelinedAPI_SPORTS_GET_SIDELINEDAcciónTool to get sidelined information (injuries, suspensions, etc.). use when you need current sidelined records filtered by league, season, team, player, or type.
API_SPORTS_GET_SIDELINEDAcciónTool to get sidelined information (injuries, suspensions, etc.). use when you need current sidelined records filtered by league, season, team, player, or type.
Parámetros de entrada
teamintegerTeam ID to filter sidelined records.
typestringType of sidelined record (e.g., 'injury', 'suspension').
leagueintegerLeague ID to filter sidelined records.
playerintegerPlayer ID to filter sidelined records.
seasonintegerSeason year to filter sidelined records.
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 TeamsAPI_SPORTS_GET_TEAMSAcciónTool to retrieve available teams. use when filtering teams by id, name, league, season, country, code, venue, or search before fetching detailed team data.
API_SPORTS_GET_TEAMSAcciónTool to retrieve available teams. use when filtering teams by id, name, league, season, country, code, venue, or search before fetching detailed team data.
Parámetros de entrada
idintegerUnique identifier of the team.
codestringThree-letter team code (e.g., 'MUN' for Manchester United).
namestringName of the team.
venueintegerUnique identifier of the team's home venue.
leagueintegerUnique identifier of the league to filter teams.
searchstringSearch term for team name (min length 3).
seasonintegerSeason year (e.g., 2021).
countrystringName of the country the team represents.
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 team statisticsAPI_SPORTS_GET_TEAMS_STATISTICSAcciónTool to get detailed statistics of a team for a given league and season. use after confirming league, season, and team id.
API_SPORTS_GET_TEAMS_STATISTICSAcciónTool to get detailed statistics of a team for a given league and season. use after confirming league, season, and team id.
Parámetros de entrada
tostringEnd date for filtering stats (YYYY-MM-DD)
datestringLimit statistics up to a certain date (YYYY-MM-DD)
fromstringStart date for filtering stats (YYYY-MM-DD)
teamintegerObligatorioTeam ID for which to retrieve statistics
venuestringenumFilter statistics by venue: 'home' or 'away'
homeawayleagueintegerObligatorioLeague ID for which to retrieve team statistics
seasonintegerObligatorioSeason year of the league (e.g., 2022)
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 TimezoneAPI_SPORTS_GET_TIMEZONEAcciónTool to fetch the complete list of available timezones for fixture queries. use when you need valid timezone identifiers (e.g., 'europe/london') before calling fixtures endpoints.
API_SPORTS_GET_TIMEZONEAcciónTool to fetch the complete list of available timezones for fixture queries. use when you need valid timezone identifiers (e.g., 'europe/london') before calling fixtures endpoints.
Parámetros de entrada
Sin parámetros.
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 TransfersAPI_SPORTS_GET_TRANSFERSAcciónTool to get all available transfers for players and teams. use when you need transfer history filtered by player or team.
API_SPORTS_GET_TRANSFERSAcciónTool to get all available transfers for players and teams. use when you need transfer history filtered by player or team.
Parámetros de entrada
teamintegerTeam ID to filter transfers by (optional)
playerintegerPlayer ID to filter transfers by (optional)
seasonintegerSeason year to filter transfers by (optional)
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 TrophiesAPI_SPORTS_GET_TROPHIESAcciónTool to get trophies for a player or coach. use when you need to list honors filtered by player(s) or coach(es).
API_SPORTS_GET_TROPHIESAcciónTool to get trophies for a player or coach. use when you need to list honors filtered by player(s) or coach(es).
Parámetros de entrada
coachintegerCoach ID to filter trophies by
coachsstringDash-separated list of up to 20 coach IDs (e.g. '2-6-44')
playerintegerPlayer ID to filter trophies by
playersstringDash-separated list of up to 20 player IDs (e.g. '276-278')
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