feat(sdk): list a teamspace's jobs by tag - #151
Merged
Merged
Conversation
Danidapena
requested review from
ethanwharris,
justusschock,
k223kim and
rusenask
as code owners
September 11, 2026 19:22
Danidapena
marked this pull request as draft
September 11, 2026 19:25
Danidapena
force-pushed
the
daniela/list-jobs-by-tag
branch
from
September 15, 2026 13:22
e06fba2 to
d2b0017
Compare
Danidapena
marked this pull request as ready for review
September 15, 2026 13:43
Collaborator
|
Can we have this in the Go SDK too (and maybe the JS SDK if it supports job listing)? |
Contributor
Author
@owbone sure 😄. However we JS does not support job listing yet |
Port list-by-tag to the Go SDK: Teamspace.ListJobs and ListMMTs take tag names, Teamspace.Tags lists the teamspace's tags, and Job.Tags/MMT.Tags read a job's tags. The JS SDK has no jobs API yet, so it is not covered. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
owbone
reviewed
Sep 16, 2026
Co-authored-by: Oliver Bone <owbone@gmail.com>
Co-authored-by: Oliver Bone <owbone@gmail.com>
owbone
approved these changes
Sep 16, 2026
tejapulagam
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Teamspace job tags landed in the platform recently and are already in the web UI. This PR enables listing jobs by tag on the teamspace
Python
tags=is accepted byJob.run,MMT.run, and the pipelineJobStep/MMTStep. Tags that don't exist in the teamspace yet are created by the platform, which requires permission to create tags in that teamspace.CLI
--tagsaccepts a comma-separated list or repeats.