curl --request GET \
--url https://api.openworklabs.com/v1/connector-instances/{connectorInstanceId}/targets{
"items": [
{
"id": "<string>",
"connectorInstanceId": "<string>",
"connectorType": "github",
"remoteId": "<string>",
"targetKind": "repository_branch",
"externalTargetRef": "<string>",
"targetConfigJson": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"nextCursor": "<string>"
}Lists connector targets for one connector instance.
curl --request GET \
--url https://api.openworklabs.com/v1/connector-instances/{connectorInstanceId}/targets{
"items": [
{
"id": "<string>",
"connectorInstanceId": "<string>",
"connectorType": "github",
"remoteId": "<string>",
"targetKind": "repository_branch",
"externalTargetRef": "<string>",
"targetConfigJson": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"nextCursor": "<string>"
}Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
30^cin_.*1 - 2551 <= x <= 100repository_branch 1 - 255Was this page helpful?