UiPath Documentation
activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service activities

Last updated Mar 24, 2026

Search Repositories

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
The Search Repositories activity queries GitHub repositories using the standard search syntax with keywords and qualifiers such as owner, language, and topic.GET/search/repositories

Input

ParameterDescriptionData Type
QuerySearch expression containing one or more keywords and qualifiers (for example, org:my-org topic:devops). The REST API supports the same qualifiers as the web interface for GitHub. To learn more about the format of the query, see Constructing a search query. See Searching issues and pull requests for a detailed list of qualifiers.string
SortOptional sort field: stars, forks, help-wanted-issues, or updated.string
OrderOptional sort direction, either DESC for highest‑match first or ASC for lowest‑match first.string
Max recordsMaximum number of repositories to return in a single page of results.int32

Output

ParameterDescriptionData Type
Search repositoriesSearch result payload containing the matched repositories.Array
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated