Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/chartdataasyncresponseschema.Schema.json
2026-05-18 12:59:39 -07:00

2 lines
493 B
JSON

{"schema":{"properties":{"channel_id":{"description":"Unique session async channel ID","type":"string"},"job_id":{"description":"Unique async job ID","type":"string"},"result_url":{"description":"Unique result URL for fetching async query data","type":"string"},"status":{"description":"Status value for async job","type":"string"},"user_id":{"description":"Requesting user ID","nullable":true,"type":"string"}},"type":"object","title":"ChartDataAsyncResponseSchema"},"schemaType":"response"}