How to Extract the Output Schema of a Certain Action/Trigger in Advance?

This topic was automatically generated from Slack. You can find the original thread here.

Hi! Is there a way to extract in advance the output schema of a certain action/trigger? thanks!

Not that specifically, but you can check the code for our built-in actions and triggers in our public repo

thanks! Is it safe to assume that the output schema will generally match whatever the original api documentation for that certain integration provides (such as the gitlab-list-commits will match the original REST API reference from gitlab)?

In reality we adapt the output schema to match how to platform delivers best, so it won’t always (most aren’t) be the same as the API reference for the app