Skip to main content
POST
/
graph
/
full
Return the full relation graph for the workspace. Returns all records (nodes) and relations (edges).
curl --request POST \
  --url https://api.supersonic.cv/graph/full \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "limit": 123,
  "types": "<string>",
  "exclude_self": true
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
limit
integer

Max relations to return (default 1000, max 2000)

types
string

Comma-separated relation types to filter

exclude_self
boolean

Exclude records matching the connected email integration

Response

Success

The response is of type object.