Eran Attias
03/27/2024, 9:47 AMcurl --location --request POST '<https://api.prefect.cloud/api/accounts/><my_account_id>/workspaces/<my_workspace_id>/deployments/fliter' \
--header 'Authorization: Bearer <my_api_token>'
reading single deployments works as expected, and also all the other endpoints I have tried
*I have also tried to use the GET method
if anyone can help me it would be great, thanks!Jake Kaplan
03/27/2024, 11:41 AMEran Attias
03/27/2024, 11:45 AM