Skip to main content
GET
Get Datasets Graph Summary

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataset_ids
string<uuid>[]

Dataset UUIDs to summarize (from GET /api/v1/datasets). Omit to summarize every dataset you can read.

Example:

Response

Successful Response

datasetId
string<uuid>
required
numNodes
integer
required
numEdges
integer
required
pipelineRunId
string<uuid> | null
computedAt
string<date-time> | null