Skip to main content
GET
/
transforms
/
{transforms_id}
/
implementation_details
Get Transforms Implementation Details
curl --request GET \
  --url https://api.streamkap.com/transforms/{transforms_id}/implementation_details \
  --header 'Authorization: Bearer <token>'
{
  "transform_id": "<string>",
  "impl_versions": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transforms_id
string
required

Response

Successful Response

transform_id
string
required
impl_versions
Impl Versions · object