Hi all
I'm using the Prefect GraphQL API programmatically through a Python Client to search for flow and task statuses.
Schedule interval is 15 minutes and runs 24/7.
It was working fine for a few days but has now suddenly stopped working with the following error:
prefect.utilities.exceptions.ClientError: Malformed response received from Cloud - please ensure that you have an API token properly configured.
Does Prefect have API limits for the GraphQL db without an API key? or/and any limit with the API key?
Can I use a Service Account API Key? or should I use a User API Key?