Skip to main content
Returns all links between Aether projects and Sentry projects.

Authentication

Requires a valid Bearer token. Requires an active Sentry connection.

Response

List of Sentry link objects.
{
  "links": [
    {
      "id": "e5f6a7b8-9012-34ab-cdef-567890123def",
      "project_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
      "sentry_project_id": "123456",
      "sentry_project_slug": "my-app",
      "created_at": "2025-01-15T10:30:00Z"
    }
  ]
}

Errors

StatusDescription
401Unauthorized — missing or invalid token
403Forbidden — no Sentry connection