Skip to main content
GET
/
v1
/
connector-targets
/
{connectorTargetId}
Get connector target
curl --request GET \
  --url https://api.openworklabs.com/v1/connector-targets/{connectorTargetId}
{
  "item": {
    "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"
  }
}

Path Parameters

connectorTargetId
string<typeid>
required

Den TypeID with 'ctg_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^ctg_.*

Response

Connector target returned successfully.

item
object
required