Skip to main content
POST
Submit an async explain job

Authorizations

Authorization
string
header
required

HTTPBearer

Body

application/json
series
SeriesWithExogenous · object
required
method
enum<string>
default:granger

Model-agnostic causal analysis method used by the /v2/explain endpoint. Options are: 'granger' (default) and 'transfer_entropy'.

Available options:
granger,
transfer_entropy
job_options
AsyncJobOptions · object | null

Response

Successful Response

The 202 every async submit returns. Shared by all tasks — they differ in request, not reply.

job_id
string
required

Identifier for the accepted job. Prefixed per task (e.g. fc- for forecast).

Example:

"fc-4f2a1c9e8b7d4a6f9c3e1b5d7a9f2c4e"