Alteryx · Example Payload

Alteryx Server V3 Job Summary Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Top-level fields

idcreateDatestatuspriorityworkerTagrunWithE2

Example Payload

Raw ↑
{
  "id": "abc123",
  "createDate": "example_value",
  "status": "example_value",
  "priority": "example_value",
  "workerTag": "example_value",
  "runWithE2": true
}