Skip to main content
GET
List item backreferences

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Path Parameters

itemId
string
required
Minimum string length: 1

Query Parameters

cursor
string
limit
integer
default:20
Required range: 1 <= x <= 100
depth
integer
default:0
Required range: 0 <= x <= 3

Response

A page of active items that reference the target item.

items
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page. Pass it as the cursor parameter on the next request. null when this is the last page.