Skip to content

Instantly share code, notes, and snippets.

@lholmquist
Last active December 1, 2025 18:20
Show Gist options
  • Select an option

  • Save lholmquist/42d6d9116c9bb8143958ac393fc2e81f to your computer and use it in GitHub Desktop.

Select an option

Save lholmquist/42d6d9116c9bb8143958ac393fc2e81f to your computer and use it in GitHub Desktop.

Endpoint: http://localhost:7007/api/orchestrator/v2/workflows/instances/${instance_id}/logs

{
    "instanceId": "efe0490f-6300-453b-bcb6-f47eb7efbb36",
    "logs": [
        {
           id: "1763129443414066000",
           log: "2025-11-14 14:08:52,645 d5932f2cb566 INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:40] (executor-thread-97) Starting workflow 'hello_world' (efe0490f-6300-453b-bcb6-f47eb7efbb36)"
        },
    ...
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment