Skip to main content

Rerun a single workflow execution

POST 

/workflows/:workflowId/rerun/:executionId

Retrieves log data for a given workflow over time. Logs are stored for a maximum of 60 days before being purged.

Each log includes the executionId (which can be used to rerun an execution), the startedAt and stoppedAt date stamps, and the JSON output of the execution.

Request

Path Parameters

    workflowId stringrequired

    The Id of the workflow you want to find logs for

    executionId stringrequired

    The Id of the execution to rerun. This can be retrieved from the GET Workflow Logs endpoint

Query Parameters

    userId stringrequired

    The Id of the user you want delete logs for. Returned from the Create User endpoint

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
    executionUuid string
Loading...