v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBconnectors
Get single Connector
Returns a single Connector artifact matching the namespace, slug, and version
get/v1/artifacts/connectors/{namespace}/{slug}/{version}
Path parameters
namespacestring required
Artifact namespace. Should be common, private-, or client-
slugstring required
Artifact slug
versionstring required
Artifact version
Query parameters
include_prereleasesboolean
Include prerelease artifacts in search
Response
Successfully fetched ConnectorObject
Example response
{
"type": "connector",
"namespace": "common",
"slug": "akta",
"version": "v1.2.0",
"name": null,
"description": null,
"iconPresignedUrl": "https://localhost/some_long_url",
"createdAt": "2023-02-16T15:15:34.269Z",
"lastUpdatedAt": "2023-02-16T15:15:34.269Z",
"otherVersions": [
"v2.0.0",
"v1.3.0",
"v1.2.0",
"v1.0.0"
]
}