AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GitHubGitHub

List watched repos

This query returns a list of repositories watched by the current user.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of repositories watched by the current user.
API endpoint slug
github.get_watched_repos
Runtime method
performQuery("github.get_watched_repos")

Query fields

No fields for this query

Ingredients

Repository nameRepository name.

Slug
repository_name
Filter code
Github.getWatchedRepos.RepositoryName
Type
String
Example
octocat/Hello-World

Repository descriptionThe description of the repisitory.

Slug
repository_description
Filter code
Github.getWatchedRepos.RepositoryDescription
Type
String
Example
My Hello World project.

Repository URLRepository URL.

Slug
repository_url
Filter code
Github.getWatchedRepos.RepositoryUrl
Type
Web URL
Example
https://github.com/octocat/Hello-World