Stack Exchange
stack_exchangeStack Exchange is a network of Q&A communities where users ask questions, share knowledge, and collaborate on topics like coding, math, and more
Acciones disponibles (8)
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 Collective QuestionsSTACK_EXCHANGE_GET_COLLECTIVE_QUESTIONSAcciónTool to retrieve questions associated with the specified collective. use when you have a collective id and need its questions for a site.
STACK_EXCHANGE_GET_COLLECTIVE_QUESTIONSAcciónTool to retrieve questions associated with the specified collective. use when you have a collective id and need its questions for a site.
Parámetros de entrada
idstringObligatorioSlug of the collective to fetch questions for
maxintegerMaximum value for sort parameter (timestamp for date sorts)
minintegerMinimum value for sort parameter (timestamp for date sorts)
pageintegerPage number for pagination
sitestringObligatorioThe Stack Exchange site to query (e.g., 'stackoverflow')
sortstringenumSort by this parameter
activitycreationvotesorderstringenumOrder of results, 'asc' or 'desc'
ascdescfilterstringResponse filter to include specific fields
todateintegerUnix timestamp for latest creation date filter
fromdateintegerUnix timestamp for earliest creation date filter
pagesizeintegerNumber of items per page (max 100)
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 CollectivesSTACK_EXCHANGE_GET_COLLECTIVESAcciónTool to retrieve all collectives on a stack exchange site in alphabetical order. use when you need to list collectives for display or filtering.
STACK_EXCHANGE_GET_COLLECTIVESAcciónTool to retrieve all collectives on a stack exchange site in alphabetical order. use when you need to list collectives for display or filtering.
Parámetros de entrada
maxstringMaximum value to include in results (applies to sort)
minstringMinimum value to include in results (applies to sort)
pageintegerPage number for pagination (1-based index)
sitestringObligatorioThe Stack Exchange site to query (e.g., 'stackoverflow')
sortstringSort method; only 'name' supported (alphabetical)
orderstringenumOrder of results, 'asc' or 'desc'
ascdesctodateintegerUnix timestamp to return collectives created on or before this date
fromdateintegerUnix timestamp to return collectives created on or after this date
pagesizeintegerNumber of results per page (max 100)
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 Collective TagsSTACK_EXCHANGE_GET_COLLECTIVE_TAGSAcciónTool to retrieve tags associated with specified collectives. use when you need collective tags for display or analysis after confirming which collectives to query.
STACK_EXCHANGE_GET_COLLECTIVE_TAGSAcciónTool to retrieve tags associated with specified collectives. use when you need collective tags for display or analysis after confirming which collectives to query.
Parámetros de entrada
keystringApplication key for higher quota limits.
pageintegerPage number for pagination (1-based index).
sitestringObligatorioSite to fetch data from (e.g., 'stackoverflow').
filterstringAPI filter string to control which fields are returned.
pagesizeintegerNumber of items per page (max 100).
access_tokenstringAccess token for authenticated requests; if provided it is appended as a parameter.
collective_idsinteger[]List of collective IDs to fetch tags for; sent as semicolon-separated string.
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 Comment Flag OptionsSTACK_EXCHANGE_GET_COMMENT_FLAG_OPTIONSAcciónTool to fetch valid flag options for a given comment. use when you need to know which flags a user can raise before submitting. requires authenticated access.
STACK_EXCHANGE_GET_COMMENT_FLAG_OPTIONSAcciónTool to fetch valid flag options for a given comment. use when you need to know which flags a user can raise before submitting. requires authenticated access.
Parámetros de entrada
idsstringObligatorioSemicolon-delimited list of comment IDs to fetch flag options for
keystringApplication key. Increases request quota if provided.
sitestringObligatorioStack Exchange site parameter (e.g., 'stackoverflow')
filterstringResponse filter to include specific fields.
previewbooleanIf true, returns a preview of flag options without affecting quota.
access_tokenstringOAuth2 access token for authenticated requests.
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 CommentsSTACK_EXCHANGE_GET_COMMENTSAcciónTool to retrieve comments from a specified stack exchange site. use when you need to list comments with optional filters and sorting.
STACK_EXCHANGE_GET_COMMENTSAcciónTool to retrieve comments from a specified stack exchange site. use when you need to list comments with optional filters and sorting.
Parámetros de entrada
maxintegerMaximum value for the sort parameter (e.g., timestamp)
minintegerMinimum value for the sort parameter (e.g., timestamp)
pageintegerPage number for pagination (1-based)
sitestringObligatorioThe Stack Exchange site to query (e.g., 'stackoverflow')
sortstringenumSort by this parameter ('creation' or 'votes')
creationvotesorderstringenumOrder of results, 'asc' or 'desc'
ascdescfilterstringCustom filter to include/exclude specific fields
todateintegerUnix epoch timestamp to filter comments to
fromdateintegerUnix epoch timestamp to filter comments from
pagesizeintegerNumber of items per page (max 100)
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 Revisions By IDsSTACK_EXCHANGE_GET_REVISIONS_BY_IDSAcciónTool to retrieve revisions for specific posts by their ids. use when you need to examine the edit history of posts by providing semicolon-delimited ids.
STACK_EXCHANGE_GET_REVISIONS_BY_IDSAcciónTool to retrieve revisions for specific posts by their ids. use when you need to examine the edit history of posts by providing semicolon-delimited ids.
Parámetros de entrada
idsstringObligatorioSemicolon-delimited list of post IDs (question or answer IDs), e.g., '123;456'.
pageintegerPage number for pagination (1-based index).
sitestringObligatorioTarget Stack Exchange site, e.g., 'stackoverflow'.
filterstringCustom filter to include specific fields in the response.
todateintegerUnix epoch timestamp to filter revisions on or before this date.
fromdateintegerUnix epoch timestamp to filter revisions on or after this date.
pagesizeintegerNumber of items per page (max 100).
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
Search QuestionsSTACK_EXCHANGE_GET_SEARCH_RESULTSAcciónTool to search the site for questions meeting certain criteria. use after defining tags or keywords to locate relevant questions. at least one of 'tagged' or 'intitle' must be set.
STACK_EXCHANGE_GET_SEARCH_RESULTSAcciónTool to search the site for questions meeting certain criteria. use after defining tags or keywords to locate relevant questions. at least one of 'tagged' or 'intitle' must be set.
Parámetros de entrada
keystringApplication key for increased quota
maxintegerMaximum value for the sort field (timestamp for date sorts)
minintegerMinimum value for the sort field (timestamp for date sorts)
pageintegerPage number for pagination
sitestringObligatorioSite to query (e.g., 'stackoverflow')
sortstringenumSort results by this field
activityvotescreationrelevanceorderstringenumOrder of results
ascdescfilterstringResponse filter to include specific fields
taggedstring[]List of tags to include; at least one of 'tagged' or 'intitle' must be set
todateintegerUnix timestamp for latest creation date filter
intitlestringKeyword to search for in question titles
fromdateintegerUnix timestamp for earliest creation date filter
pagesizeintegerNumber of items per page (max 100)
nottaggedstring[]List of tags to exclude; only used if 'tagged' is set
access_tokenstringOAuth2 access token for authenticated requests
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 SitesSTACK_EXCHANGE_GET_SITESAcciónTool to retrieve all stack exchange sites and their api site parameter values. use when you need to discover available sites for api calls.
STACK_EXCHANGE_GET_SITESAcciónTool to retrieve all stack exchange sites and their api site parameter values. use when you need to discover available sites for api calls.
Parámetros de entrada
pageintegerPage number for pagination (1-based index)
filterstringFilter to include or exclude specific fields in the response
pagesizeintegerNumber of results per page (max 100)
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