cURL
curl --request GET \ --url https://api.artosai.com/connectors/{connectorId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "sourceType": "<string>", "description": "<string>", "status": "<string>", "config": {}, "functions": [ "<string>" ], "rules": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "last_updated": "2023-11-07T05:31:56Z", "last_used": "2023-11-07T05:31:56Z", "usage_count": 123, "connected_pipelines": 123 }
Returns details for a connector.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Connector details