Skip to content

[Feature Request] [API] Add a bulk read for links (GET /links) #218

Description

@Omga4000

/links is POST only, and /items/{id}/links is per item, so building a dependency graph across a workspace costs one API call per item.

Something like GET /links?workspace_id=X would make it a single call.

For context, we compute "what should I work on next" from the blocking graph, which means reading every link between unfinished items on each run.
CQL cannot filter on links, and /items/changes does not report link mutations, so there is no cheaper path and no safe way to cache it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions