Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

Get Output Topics For Transform

GET/transforms/{transforms_id}/output-topics
Authorization
AuthorizationBearer token · headerrequired
Path parameters
transforms_idstringrequired
Responses
200

Successful Response

Array of string
string
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X GET "https://api.streamkap.com/transforms/string/output-topics" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
[
  "string"
]