Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support To Fetch Jobs By Name #21

Open
PJEstrada opened this issue Nov 18, 2021 · 0 comments
Open

Add Support To Fetch Jobs By Name #21

PJEstrada opened this issue Nov 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@PJEstrada
Copy link
Contributor

Feature Request

Currently we only support getting jobs by ID on the SDK. It would be nice to be able to query them by name too, to check for duplicates and for general querying capabilities.

Workaround for now:

POST to: api/v1/job/list endpoint with a POST body like follows:

{
  "metadata": {
    "project_string_id": "the project string",
    "search": "the name of the job"
  }
}

This route shoudl return the job list matching the seach term

@PJEstrada PJEstrada added the enhancement New feature or request label Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant