Snowflake · Example Payload

Snowflake Getcurrentgraphsdeprecated Example

Data LakesData SharingData WarehousingDatabaseSQL

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCurrentGraphsDeprecated",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/tasks/{name}/current_graphs",
  "summary": "Get the Graph Runs That Are Executing or Scheduled for the Task for the Next 8 Days.",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcurrentgraphsdeprecated200Example",
      "example": [
        {
          "root_task_name": "example_value",
          "database_name": "example_value",
          "schema_name": "example_value",
          "state": "SCHEDULED",
          "first_error_task_name": "example_value",
          "first_error_code": 10,
          "first_error_message": "example_value",
          "scheduled_time": "2026-01-15T10:30:00Z",
          "query_start_time": "2026-01-15T10:30:00Z",
          "next_scheduled_time": "2026-01-15T10:30:00Z",
          "completed_time": "2026-01-15T10:30:00Z",
          "root_task_id": "500123",
          "graph_version": 10,
          "run_id": "500123"
        }
      ]
    }
  ]
}