POST
/
integrations
/
data
/
github
/
issues

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Body

application/json
data_source_id
integer
required
repository
string
required

Full name of the repository, denoted as {owner}/{repo}

filters
object
include_remote_data
boolean
default:
false
next_cursor
string | null
order_by
enum<string>
Available options:
created,
updated,
comments
order_dir
enum<string> | null
default:
asc
Available options:
asc,
desc
page
integer
default:
1
page_size
integer
default:
30
Required range: x < 100

Response

200 - application/json
data
object[]
required
next_cursor
string | null
required