Skip to main content
GET
Lists every project link on the calling token’s install, newest first. There is no pagination — installs hold a bounded number of links. Requirements: project-links:read scope (implied by project-links:write).

Request

No parameters.

Response

Array of project links, newest first. Each: {id, jobId, externalProjectId, externalProjectName, externalProjectUrl, provisioningMode, createdAt} — same shape as GET /project-links/{linkId}.

Errors

StatuscodeMeaning
401UNAUTHORIZEDMissing, invalid, or revoked token
403FORBIDDENToken lacks project-links:read