You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/02 10:59:45 UTC

[GitHub] [airflow] iitzhak opened a new issue #16217: Can't increase the limit of return DAGs for listDAGs REST API

iitzhak opened a new issue #16217:
URL: https://github.com/apache/airflow/issues/16217


   Hi guys,
   when I send the following REST API I receive only the first 100 DAGs:
   GET https://<hostname>:8080/api/v1/dags?**limit=200**
   Is it possible to get more than 100 records in a single request? 
   
   Thanks,
   Itay


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #16217: Can't increase the limit of return DAGs for listDAGs REST API

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #16217:
URL: https://github.com/apache/airflow/issues/16217#issuecomment-852930835


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj closed issue #16217: Can't increase the limit of return DAGs for listDAGs REST API

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #16217:
URL: https://github.com/apache/airflow/issues/16217


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr commented on issue #16217: Can't increase the limit of return DAGs for listDAGs REST API

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #16217:
URL: https://github.com/apache/airflow/issues/16217#issuecomment-852985637


   You need to set the configuration `[api] maximum_page_limit` to a higher number.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr edited a comment on issue #16217: Can't increase the limit of return DAGs for listDAGs REST API

Posted by GitBox <gi...@apache.org>.
uranusjr edited a comment on issue #16217:
URL: https://github.com/apache/airflow/issues/16217#issuecomment-852985637


   You need to set the configuration `[api] maximum_page_limit` to a higher number (default is 100).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj closed issue #16217: Can't increase the limit of return DAGs for listDAGs REST API

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #16217:
URL: https://github.com/apache/airflow/issues/16217


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org