v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Background Jobs

Returns the frames for the executing BackgroundJob

Get the stack trace for the executing Background Job passed in the request

post/v1/admin/background_job/stacktrace

Request body

sysIdstring

Unique Identifier of the tracked item

lastUpdatestring date-time

Last update of the tracked item

tablestring

Context of the tracked item

Response

Fetched

executor'AI' | 'AI_AGENT' | 'AI_BG' | 'BROKER' | 'COMPLIANCE' | 'COST' | 'COST_BG' | 'COST_BG_CLOUD_BILLING' | 'COST_BG_K8S_BILLING' | 'FEATURE_FLAGS' | 'GOVERNANCE' | 'HEATSTACK' | 'HEATSTACK_BG' | 'IDENTITY' | 'IDENTITY_BG' | 'OPERATIONS' | 'REPORT_GENERATION' | 'RESOURCE_INVENTORY' | 'RESOURCE_INVENTORY_BG' | 'SECURITY'

Executor of the Background Job

process_idinteger

ID of the process

process_namestring

Name of the process

thread_idinteger

ID of the thread

thread_namestring

Name of the thread

Example response

{
  "executor": "AI"
}