NAiOS IconNAiOS Logo
Volver al catálogo

Stack Exchange

stack_exchange

Stack Exchange is a network of Q&A communities where users ask questions, share knowledge, and collaborate on topics like coding, math, and more

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • idstringObligatorio

    Slug of the collective to fetch questions for

  • maxinteger

    Maximum value for sort parameter (timestamp for date sorts)

  • mininteger

    Minimum value for sort parameter (timestamp for date sorts)

  • pageinteger

    Page number for pagination

  • sitestringObligatorio

    The Stack Exchange site to query (e.g., 'stackoverflow')

  • sortstringenum

    Sort by this parameter

    activitycreationvotes
  • orderstringenum

    Order of results, 'asc' or 'desc'

    ascdesc
  • filterstring

    Response filter to include specific fields

  • todateinteger

    Unix timestamp for latest creation date filter

  • fromdateinteger

    Unix timestamp for earliest creation date filter

  • pagesizeinteger

    Number of items per page (max 100)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CollectivesSTACK_EXCHANGE_GET_COLLECTIVESAcción

Tool 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

  • maxstring

    Maximum value to include in results (applies to sort)

  • minstring

    Minimum value to include in results (applies to sort)

  • pageinteger

    Page number for pagination (1-based index)

  • sitestringObligatorio

    The Stack Exchange site to query (e.g., 'stackoverflow')

  • sortstring

    Sort method; only 'name' supported (alphabetical)

  • orderstringenum

    Order of results, 'asc' or 'desc'

    ascdesc
  • todateinteger

    Unix timestamp to return collectives created on or before this date

  • fromdateinteger

    Unix timestamp to return collectives created on or after this date

  • pagesizeinteger

    Number of results per page (max 100)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Collective TagsSTACK_EXCHANGE_GET_COLLECTIVE_TAGSAcción

Tool 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

  • keystring

    Application key for higher quota limits.

  • pageinteger

    Page number for pagination (1-based index).

  • sitestringObligatorio

    Site to fetch data from (e.g., 'stackoverflow').

  • filterstring

    API filter string to control which fields are returned.

  • pagesizeinteger

    Number of items per page (max 100).

  • access_tokenstring

    Access 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Comment Flag OptionsSTACK_EXCHANGE_GET_COMMENT_FLAG_OPTIONSAcción

Tool 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

  • idsstringObligatorio

    Semicolon-delimited list of comment IDs to fetch flag options for

  • keystring

    Application key. Increases request quota if provided.

  • sitestringObligatorio

    Stack Exchange site parameter (e.g., 'stackoverflow')

  • filterstring

    Response filter to include specific fields.

  • previewboolean

    If true, returns a preview of flag options without affecting quota.

  • access_tokenstring

    OAuth2 access token for authenticated requests.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CommentsSTACK_EXCHANGE_GET_COMMENTSAcción

Tool 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

  • maxinteger

    Maximum value for the sort parameter (e.g., timestamp)

  • mininteger

    Minimum value for the sort parameter (e.g., timestamp)

  • pageinteger

    Page number for pagination (1-based)

  • sitestringObligatorio

    The Stack Exchange site to query (e.g., 'stackoverflow')

  • sortstringenum

    Sort by this parameter ('creation' or 'votes')

    creationvotes
  • orderstringenum

    Order of results, 'asc' or 'desc'

    ascdesc
  • filterstring

    Custom filter to include/exclude specific fields

  • todateinteger

    Unix epoch timestamp to filter comments to

  • fromdateinteger

    Unix epoch timestamp to filter comments from

  • pagesizeinteger

    Number of items per page (max 100)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Revisions By IDsSTACK_EXCHANGE_GET_REVISIONS_BY_IDSAcción

Tool 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

  • idsstringObligatorio

    Semicolon-delimited list of post IDs (question or answer IDs), e.g., '123;456'.

  • pageinteger

    Page number for pagination (1-based index).

  • sitestringObligatorio

    Target Stack Exchange site, e.g., 'stackoverflow'.

  • filterstring

    Custom filter to include specific fields in the response.

  • todateinteger

    Unix epoch timestamp to filter revisions on or before this date.

  • fromdateinteger

    Unix epoch timestamp to filter revisions on or after this date.

  • pagesizeinteger

    Number of items per page (max 100).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search QuestionsSTACK_EXCHANGE_GET_SEARCH_RESULTSAcción

Tool 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

  • keystring

    Application key for increased quota

  • maxinteger

    Maximum value for the sort field (timestamp for date sorts)

  • mininteger

    Minimum value for the sort field (timestamp for date sorts)

  • pageinteger

    Page number for pagination

  • sitestringObligatorio

    Site to query (e.g., 'stackoverflow')

  • sortstringenum

    Sort results by this field

    activityvotescreationrelevance
  • orderstringenum

    Order of results

    ascdesc
  • filterstring

    Response filter to include specific fields

  • taggedstring[]

    List of tags to include; at least one of 'tagged' or 'intitle' must be set

  • todateinteger

    Unix timestamp for latest creation date filter

  • intitlestring

    Keyword to search for in question titles

  • fromdateinteger

    Unix timestamp for earliest creation date filter

  • pagesizeinteger

    Number of items per page (max 100)

  • nottaggedstring[]

    List of tags to exclude; only used if 'tagged' is set

  • access_tokenstring

    OAuth2 access token for authenticated requests

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SitesSTACK_EXCHANGE_GET_SITESAcción

Tool 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

  • pageinteger

    Page number for pagination (1-based index)

  • filterstring

    Filter to include or exclude specific fields in the response

  • pagesizeinteger

    Number of results per page (max 100)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not