Skip to main content
POST
Bridgly SDK

Authorizations

Authorization
string
header
required

A Bridgly API key (bgly_…). Metered endpoints deduct credits from the resolved account.

Body

application/json
query
string

Free-text search terms, matched against the default fields for this search type, e.g. "web framework".

owners
string[]

Limit to these owners (users or orgs). Maps to user:.

repos
string[]

Limit to these "owner/name" repositories. Maps to repo:.

language
string

Language of the containing repo. Maps to language:.

state
enum<string>

Issue/PR state. Maps to state:.

Available options:
open,
closed
author
string

Opened by this user. Maps to author:.

assignee
string

Assigned to this user. Maps to assignee:.

mentions
string

Mentioning this user. Maps to mentions:.

labels
string[]

Require each of these labels. Maps to label:.

comments
object

Filter by comment count. Provide any of gt / gte / lt / lte; combine a lower and upper bound for a range.

created
object

Filter by creation date. Provide any of gt / gte / lt / lte as YYYY-MM-DD dates; combine a lower and upper bound for a range.

updated
object

Filter by last update date. Provide any of gt / gte / lt / lte as YYYY-MM-DD dates; combine a lower and upper bound for a range.

closed
object

Filter by closed date. Provide any of gt / gte / lt / lte as YYYY-MM-DD dates; combine a lower and upper bound for a range.

order
enum<string>
default:desc

Sort direction. Defaults to "desc".

Available options:
desc,
asc
count
integer
default:10

Number of results per page (1–10). Defaults to 10.

Required range: 1 <= x <= 10
after
string

Pagination cursor (the after value returned by a previous page). Omit for the first page.

draft
boolean

Filter by draft state. Maps to draft:.

merged
object

Filter by merge date (only merged PRs). Provide any of gt / gte / lt / lte as YYYY-MM-DD dates; combine a lower and upper bound for a range.

review
enum<string>

Review status. Maps to review:.

Available options:
none,
required,
approved,
changes-requested
sort
enum<string>
default:best-match

Sort field. Defaults to relevance ("best-match").

Available options:
best-match,
created,
updated,
comments

Response

Default Response

timeMs
number
required

Wall-clock time the request took to complete, in milliseconds.

creditsCost
number
required

Number of account credits this request consumed.

data
object
required