Skip to content
Streamkap
Esc
↑↓navigate↵open⌘Jpreview

Explain Source Error

Explain a Broken source’s failure from its task trace, config, and optionally recent logs.

POST/sources/{source_id}/explain-error
Authorization
AuthorizationBearer token · headerrequired
Path parameters
source_idstringrequired
Request body
requiredapplication/json
include_logsboolean

Also attach recent connector logs to the context for extra signal.

default: false
Responses
200

Successful Response

any
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 POST 'https://api.streamkap.com/sources/string/explain-error' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "include_logs": false
}'
Response
Successful Response