Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:5173/api/flowdrop/pipeline/{id}/logs \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "timestamp": "2023-11-07T05:31:56Z", "message": "<string>", "node_id": "<string>", "context": {} } ] }
Retrieve detailed execution logs for a pipeline
JWT token for authentication
Pipeline UUID
Filter by log level
debug
info
warning
error
Pipeline logs retrieved successfully
Show child attributes
Was this page helpful?