GET
/
transforms
/
{transforms_id}
/
errors
Get Errors Transform
curl --request GET \
  --url https://api.streamkap.com/transforms/{transforms_id}/errors \
  --header 'Authorization: Bearer <token>'
[
  {
    "job_id": "<string>",
    "job_name": "<string>",
    "message": "<string>",
    "stacktrace": "<string>"
  }
]

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

job_id
string
required
job_name
string
required
message
string
required
stacktrace
string
required