List integration links
GET/integration-links
Returns all cross-system entity mappings for the authenticated organization. Use the filter parameters to narrow results by provider, external entity type, or Align entity type.
Query Parameters
Filter by integration provider (e.g. github, jira, linear).
Filter by the entity type in the external system (e.g. issue, pull_request).
Filter by the Align entity type (e.g. entry, project, release).
Possible values: >= 1
Page number (1-based).
1Possible values: >= 1 and <= 100
Items per page (max 100).
25Schema
- Array [
- ]
data object[]required
The external system provider (e.g. github, jira, linear).
Type of entity in the external system.
Identifier of the entity in the external system.
Type of the linked Align entity (entry, project, release, etc.).
ID of the linked Align entity.
Optional Align project the link belongs to.
Arbitrary provider-specific metadata stored at link time.
125100