Nuxa
Api referenceWorkflowsApiWorkflowsIdLog

POST /api/workflows/{id}/log

POST
/api/workflows/{id}/log

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Path Parameters

id*string

The id parameter

Request Body

application/json

logs?array<unknown>
executionId*string
success*boolean
error?string
output*object
source?string
duration?number

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/workflows/string/log" \  -H "Content-Type: application/json" \  -d '{    "executionId": "string",    "success": true,    "output": {}  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}