DEVELOPER DOCUMENTATION
List Project Links
List the project links on the current install, newest first.
GET
/api/partner/v1/project-linksLists 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
Section titled “Request”No parameters.
Response
Section titled “Response”projectLinksobject[]Array of project links, newest first. Each: {id, jobId, externalProjectId, externalProjectName, externalProjectUrl, provisioningMode, createdAt} — same shape as GET /project-links/{linkId}.
Errors
Section titled “Errors”| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks project-links:read |