The /dags/{dag_id}/details
endpoint returns less data than is documented
#33482
Labels
/dags/{dag_id}/details
endpoint returns less data than is documented
#33482
What do you see as an issue?
The /dags/{dag_id}/details endpoint of the REST API does not return all of the keys that are listed in the documentation. If I run
curl -X GET localhost:8080/api/v1/dags/{my_dag}/details
, then compare the results with the results in the documentation, you can see the following missing keys:Solving the problem
Either remove these keys from the documentation or fix the API endpoint
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: