Skip to main content
Returns relationships whose relationship_id exactly matches the path value. For new integrations, prefer List Relationships for a Concept with the relationship_ids query parameter; that endpoint also supports validity, vocabulary, domain, direction, and standard-concept filters.
The path value is case-sensitive and may contain spaces. URL-encode values such as Is a as Is%20a.
This compatibility shortcut includes invalid relationships and concepts. Use the canonical relationship endpoint with relationship_ids and the default include_invalid=false when you only want current records.

Path Parameters

integer
required
Concept whose outgoing relationships are returned.
string
required
Exact OMOP relationship identifier, for example Is a or Maps to.

Query Parameters

integer
default:"1"
Page number, using one-based indexing.
integer
default:"20"
Relationships per page. Values above 200 are clamped to 200.
string
Vocabulary release to query. When omitted, the current default release is used.

Response

boolean
Whether the lookup completed.
array
Matching relationships for the requested page.
object