Custom Script API Result
#14956
-
|
Is the output of a custom script executed via API supposed to be returned in the POST request or do I need to send a separate GET to retrieve it? |
Beta Was this translation helpful? Give feedback.
Answered by
miaow2
Jan 27, 2024
Replies: 1 comment
-
|
in POST response you will get URL of the executed job, send GET request to this URL and you will retrieve script results |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wz4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in POST response you will get URL of the executed job, send GET request to this URL and you will retrieve script results