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

Integration Service Activities

Last updated Feb 19, 2026

Search Issues and Pull Requests

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
The Search Issues and Pull Requests activity searches issues and pull requests in a specific repository using the GitHub search syntax. GET /search/issues

Input

ParameterDescriptionData Type
repoRepository whose issues and pull requests will be searched (for example, org/repo). string
Query

Search expression with keywords and qualifiers to target specific issues or pull requests.

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 (comments, reactions variants, interactions, created, or updated) controlling how results are ranked. string
OrderOptional sort direction, DESC or ASC, used when a sort field is provided. string
Max recordsMaximum number of issues and pull requests to return in one page of results. int32

Output

ParameterDescriptionData Type
Search issues and pull requestsSearch result payload containing matching issues and pull requests. 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?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.