Skip to main content
POST
Get the links on many resources

Authorizations

Authorization
string
header
required

Organization API key (sl_…).

Headers

x-tenant-id
string
required

The organization ID the request is scoped to.

Body

application/json

Look up the links on many resources in one request.

srns
string[]
required

The SRNs of the resources to read links for.

Required array length: 1 - 1000 elements
Maximum string length: 2048

Response

Successful Response

Links across the requested resources.

items is a flat list covering every requested resource, and each link names its own srn. A resource with no links is simply absent from items.

items
TicketLink · object[]
required
page_token
string | null

Opaque cursor for the next page; empty/absent on the last page.

row_count
integer | null

Best-effort total for the filtered result set; may be null when expensive.

missing
string[]

Requested SRNs that could not be read, because they are malformed or name another organization.