Skip to main content
GET
/
history
/
job-log
/
{id}
/
stacktrace
Get Job Log Exception Stacktrace
curl --request GET \
  --url http://{host}:{port}/{contextPath}/history/job-log/{id}/stacktrace \
  --header 'Authorization: Basic <encoded-value>'
"java.lang.RuntimeException: A exception message!\n                                  at org.camunda.bpm.pa.service.FailingDelegate.execute(FailingDelegate.java:10)\n                                  at org.camunda.bpm.engine.impl.delegate.JavaDelegateInvocation.invoke(JavaDelegateInvocation.java:34)\n                                  at org.camunda.bpm.engine.impl.delegate.DelegateInvocation.proceed(DelegateInvocation.java:37)\n                                  ..."

Documentation Index

Fetch the complete documentation index at: https://docs.eorion.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the historic job log to get the exception stacktrace for.

Response

Request successful.

Returns the stacktrace of the exception for the historic job with the given ID.