Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Body
Run API input schema
The parameters to be passed to the API.
{
"param1": "value1",
"param2": 42,
"param3": true
}
The name of the API to be executed. This is the file path relative to the api
folder inside your project.
Proxy URL to be used for the API call. This is optional and can be used to route the API call through a proxy server.
"http://username:password@domain:port"
Timeout for the API request in seconds. Default is 10 minutes (600 seconds).
600
Retry policy configurations in case of failure.
{ "maximumAttempts": 3 }
Auth session config to be used with the run. This is a required field if the auth session is enabled on the project. Credentials based auth session config to be used with the run. This is a required field if the auth session is enabled on the project and uses credentials.
Optional sink configuration for the run. Can be a webhook or S3 sink. Configuration for the webhook sink.