Skip to main content
GET
/
items
/
{id}
/
edges
List outbound edges from an item
curl --request GET \
  --url https://api.example.com/items/{id}/edges \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "source_id": "<string>",
      "target_id": "<string>",
      "edge_type": "<string>",
      "properties": {},
      "created_at": "<string>",
      "updated_at": "<string>",
      "tenant_id": "<string>"
    }
  ],
  "cursor": "<string>",
  "has_more": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required

Query Parameters

edge_type
string
limit
integer
Required range: 1 <= x <= 500
cursor
string

Response

Outbound edges

data
object[]
required
cursor
string | null
required
has_more
boolean
required