Skip to main content

Get a list of all running batch updates

GET 

/graph/:graph_id/batch

Experimental: This API is not stable and might be subject of change.
Get a list of all running batch updates.

Request​

Path Parameters

    graph_id stringrequired

    The identifier of the graph

    Example: fix

Responses​

Ok message

Schema

    id string

    the id of the change.

    created string

    datetime in utc, when the batch update has been created

    affected_nodes string[]

    The root nodes of the subgraphs that will be changed during the update

Loading...