Dominio de acciones

search

Todas las acciones que este dominio expone vía gitlab_execute_action, del manifiesto gitlab://tools. Cada entrada se despliega a su descripción completa y sus parámetros obligatorios.

10 · acciones0 · destructivas10 · solo lectura

Contado con un token Free de GitLab. El catálogo depende del token que pregunta, así que el recuento se mueve con su tier y con sus permisos: los tiers superiores exponen más acciones, y los dominios de administración solo aparecen a tokens autorizados a usarlos.

Volver a la ficha del servidor

  1. search.codeSearch Codesolo lectura

    Search code blobs across global, group, or project scope. Returns: matching blobs with file path, basename, ref, starting line, the surrounding snippet, project ID, and pagination metadata. See also: search.projects, repository.file_get, repository.tree.

    Parámetros obligatorios: query (string)

  2. search.commitsSearch Commitssolo lectura

    Search commit messages across global, group, or project scope. Returns: matching commits with short and full SHA, title, message, author, and committed date plus pagination metadata. See also: search.code, repository.commit_get, repository.file_history.

    Parámetros obligatorios: query (string)

  3. search.issuesSearch Issuessolo lectura

    Search issues across global, group, or project scope. Returns: matching issues with title, state, labels, assignees, author, and web URL plus pagination metadata. See also: search.merge_requests, issue.list, issue.get.

    Parámetros obligatorios: query (string)

  4. search.merge_requestsSearch Merge Requestssolo lectura

    Search merge requests across global, group, or project scope. Returns: matching merge requests with title, state, author, source and target branches, and web URL plus pagination metadata. See also: search.issues, merge_request.list, merge_request.get.

    Parámetros obligatorios: query (string)

  5. search.milestonesSearch Milestonessolo lectura

    Search milestones across global, group, or project scope. Returns: matching milestones with title, description, state, start and due dates, and web URL plus pagination metadata. See also: project.milestone_list, project.milestone_get, search.issues.

    Parámetros obligatorios: query (string)

  6. search.notesSearch Notessolo lectura

    Search note bodies within one project. Returns: matching notes with body, author, noteable type and ID, system flag, and timestamps plus pagination metadata. See also: search.issues, search.merge_requests, issue.note_list.

    Parámetros obligatorios: project_id (string), query (string)

  7. search.projectsSearch Projectssolo lectura

    Search projects globally or within a group by name, path, or description. Returns: matching projects with namespace, visibility, default branch, and web URL plus pagination metadata. See also: project.get, project.list, search.code.

    Parámetros obligatorios: query (string)

  8. search.snippetsSearch Snippetssolo lectura

    Search snippet titles globally. Returns: matching snippets with title, file name, description, visibility, author, project ID, web and raw URLs, and timestamps plus pagination metadata. See also: search.code, search.projects.

    Parámetros obligatorios: query (string)

  9. search.usersSearch Userssolo lectura

    Search users across global, group, or project scope. Returns: matching users with ID, username, name, state, avatar URL, and web URL plus pagination metadata. See also: user.get, user.list, project.members.

    Parámetros obligatorios: query (string)

  10. search.wikiSearch Wikisolo lectura

    Search wiki blobs across global, group, or project scope. Returns: matching wiki pages with slug, title, content snippet, and format plus pagination metadata. See also: search.code, wiki.list, wiki.get.

    Parámetros obligatorios: query (string)