Problem updating a one time run Job

hpicatto
New Contributor III

I'm creating a series of runs using the /api/2.1/jobs/runs/submit, I wanted to add some tags for more control on the cost and usage, but I notice it's not an option. My first idea was using /api/2.1/jobs/update but it returns that it doesn't have any job by the Id I pass. I verify the Id on the UI though. surprisingly, I cannot see the job at /api/2.1/jobs/list. I'm using the python SDK but I tried sending the request directly to the endpoint and the result is the same