Retrieve execution logs for a pipeline. Supports cursor-based pagination and filtering.
cURL
curl --request GET \ --url https://api.goldsky.com/api/v1/pipelines/{name}/logs \ --header 'Authorization: Bearer <token>'
{ "data": { "results": [ { "text": "<string>", "timestamp": 123, "level": "<string>" } ], "cursor": 123 } }
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
asc
Default Response
Show child attributes
Was this page helpful?