Get the number of error-level log entries for a pipeline within a configurable time window (default: 6 hours, max: 7 days).
cURL
curl --request GET \ --url https://api.goldsky.com/api/v1/pipelines/{name}/logs/error-count \ --header 'Authorization: Bearer <token>'
{ "data": { "error_count": 123 } }
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
1 <= x <= 168
Default Response
Show child attributes
Was this page helpful?