Skip to main content
GET
/
api
/
v1
/
domain-packs
/
{pack_id}
/
relationships
Return published relationship facts involving a regulatory domain pack
curl --request GET \
  --url https://reg-api.esheria.co.ke/api/v1/domain-packs/{pack_id}/relationships \
  --header 'x-api-key: <api-key>'
{
  "status": "error",
  "errors": [
    {
      "code": "unauthorized",
      "message": "Invalid API key"
    }
  ],
  "trace_id": "trace-123"
}

Documentation Index

Fetch the complete documentation index at: https://docs.esheria.ai/llms.txt

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

Authorizations

x-api-key
string
header
default:YOUR_ESHERIA_API_KEY
required

Client API key issued by Esheria.

Path Parameters

pack_id
string
required

Query Parameters

publication_mode
string | null
relationship_type
string | null
source_pack_id
string | null
target_pack_id
string | null
evidence_basis
string | null
q
string | null
limit
integer
default:100
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0

Response

Successful Response