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>"
}
]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>"
}
]Was this page helpful?