Skip to content

Add Support To Fetch Jobs By Name #21

@PJEstrada

Description

@PJEstrada

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions