This topic was automatically generated from Slack. You can find the original thread here.
Is the Node app available for API calls?
When I use the list apps API and pass node in the query, it doesn’t return any results. However, when I use the show app API, it does provide details.
Also, while testing component fetching — for example, slack-send-message works fine and returns components, but run-node-code results in “record not found.”
I’ve been following the official API documentation here: List components - Pipedream
Can you please confirm whether the Python and Node apps are officially available for use via API?
It seems they can’t be fetched using the API, even though they appear accessible elsewhere. You can verify this using the demo app: One SDK, thousands of API integrations
I don’t think running Python or Node code is available, though what is your usecase? Shouldn’t your server already can run the code itself without Pipedream?
Yes, our backend supports that feature as expected, but I was wondering whether this feature is available or not.
I was exploring file handling tasks to check which files exist in the /tmp directory.
Reference: File Stores - Pipedream
From what I found, file retrieval and related operations are typically handled using Node code. I also noticed that String.com can generate Node code for more complex logic or tools that don’t exist yet, especially for advanced file-related tasks like the one mentioned above.
I also noticed that Pipedream syntax runs only within Pipedream’s Node.js environment, which is why I was wondering about its compatibility and usage for this feature.
However, after consulting with the client, I was informed that the file view feature is not required for now.
Thanks for clarification If you have any additional information or insights related to this use case, it would be really helpful for me.