Describe the problem/error/question
400 Provider API error: bad response status code 400
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi there @aiastia , welcome to the community!
so i’ve tried your workflow, and for me it produce no error as you mentioned
but from what i know, the error you’re encountering is a type of error that usually show up when you’re calling any type of http API, where you might miss to give some info maybe on the header or on the body params, then the API gives you 400 error code which means that your request to them is bad or missing something
if this answer your question please give it a like and mark it as the solution
it’s not a type of error that an AI Agent would give you