Alteryx · Example Payload

Alteryx Server V3 Job Detail Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

Alteryx Server V3 Job Detail Example is an example object payload from Alteryx, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idappIdcreateDateTimestatusdispositionoutputsmessagespriorityworkerTagrunWithE2

Example Payload

Raw ↑
{
  "id": "abc123",
  "appId": "500123",
  "createDateTime": "example_value",
  "status": "example_value",
  "disposition": "example_value",
  "outputs": [],
  "messages": [],
  "priority": "example_value",
  "workerTag": "example_value",
  "runWithE2": true
}