API Reference
A complete reference for PEDAL's RESTful API.
Endpoints
GET /workflows
— List all workflowsPOST /workflows
— Create a new workflowPOST /workflows/{id}/run
— Trigger a workflow runGET /status
— Get system statusGET /logs
— Retrieve logs
Parameters
Path, query, and body parameters for each endpoint
See
/docs
(Swagger UI) for details
Responses
Standard HTTP status codes (200, 201, 400, 401, 403, 404, 500)
JSON response bodies with data or error details
Error Codes
400: Bad request (invalid input)
401: Unauthorized (invalid or missing token)
403: Forbidden (insufficient permissions)
404: Not found
500: Internal server error
For configuration reference, see Configuration Reference
Last updated