Current Priority Orbit derivation for the project
const url = 'https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/prioritization';const options = {method: 'GET', headers: {cookie: 'sb-access-token=<sb-access-token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/prioritization \ --cookie sb-access-token=<sb-access-token>Returns the project’s stored topic derivation with each topic’s tickets hydrated LIVE from handoff_requests, so a ticket closed since the derivation is returned with closed: true rather than dropped. derivation: null means the project has never been derived — the portal renders the “Derive topics” empty state.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Project UUID
Responses
Section titled “ Responses ”Current derivation (or null) with its topics
object
object
1-3 word label for the orbit node.
When to act — the orbit ring, not the topic’s size.
object
The in-product HO serial (HO-
Read live at request time, not frozen with the derivation. A ticket closed since the derivation stays in its topic and renders as done.
Not authenticated
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
True if re-linking GitHub may fix the issue
Forbidden
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)