Platform API reference
List Project Links
List the project links on the current install, newest first.
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
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks project-links:read |