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>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?