When calling certain API endpoints, such as /jobs/{job_id}/run/
or /runs/{run_id}
, the environment
key in the response always seems null
.
This then requires us to send a separate request to /environments/{environment_id}
to retrieve the environment name in every run of all our workflows.
If the environment
were present in the API responses, an another API call wouldn’t be necessary.
Is this intentional, or something that could be fixed?