{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RunActionResponse",
"title": "RunActionResponse",
"type": "object",
"description": "The response received after running an action. See https://pipedream.com/docs/components/api#returning-data-from-steps for more details.",
"properties": {
"exports": {
"type": "object",
"additionalProperties": true,
"description": "The key-value pairs resulting from calls to `$.export`"
},
"os": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Observation"
},
"description": "Any logs produced during the execution of the action"
},
"ret": {
"description": "The value returned by the action",
"nullable": true
},
"stash_id": {
"$ref": "#/components/schemas/StashId"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.