Job returned undocumented state

My API just returned a duplicate_project job with a strange state: it had a status of “succeeded” (not a documented job status) and the new_project property was null (or at least it couldn’t be interpreted by my code; I didn’t save the response JSON).

Has anyone else run into this? Is there some updated documentation somewhere that I can use to update my code?

Hi @Trevor_Loflin and welcome to the forum,

Actually succeeded is the status you’ll get for a successfully completed duplication. The new project gid should be there (it works for me), so you’ll likely need to look at your response JSON in detail and see what’s up

I see what you mean; the docs are wrong here (they incorrect say completed). Calling @AndrewWong!

1 Like