curl --request GET \
--url https://api.openworklabs.com/v1/connectors/github/accounts/{connectorAccountId}/repositories{
"items": [
{
"id": 123,
"fullName": "<string>",
"defaultBranch": "<string>",
"private": true
}
],
"nextCursor": "<string>"
}Lists repositories visible to one GitHub connector account.
curl --request GET \
--url https://api.openworklabs.com/v1/connectors/github/accounts/{connectorAccountId}/repositories{
"items": [
{
"id": 123,
"fullName": "<string>",
"defaultBranch": "<string>",
"private": true
}
],
"nextCursor": "<string>"
}Den TypeID with 'cac_' prefix and a 26-character base32 suffix.
30^cac_.*1 - 2551 <= x <= 1001 - 255Was this page helpful?