mondras
04/17/2024, 10:19 PMMarvin
04/17/2024, 10:19 PM<https://api.prefect.cloud/api/accounts/{account_id}/workspaces/{workspace_id}/flow_runs/filter>
provides pagination. The excerpts from the documentation do not seem to directly address your query.
However, it is a common practice for REST APIs to support pagination, often with parameters like limit
and offset
. If Prefect Cloud's API follows such patterns, then you may have to look into the API's standard conventions or try a request with typical pagination parameters to see how the API responds.
A more detailed inspection of the Prefect Cloud API documentation directly, or their API specifications like OpenAPI or Swagger, if available, would likely yield a definitive answer. If there is an API reference or user manual provided by Prefect, it would be useful to consult that resource.
If necessary, I will continue to dig deeper or explore other ways to clarify this question.