Run APIs
Run API - Sync
Runs a project API synchronously.
POST
/
{workspaceId}
/
projects
/
{projectName}
/
run
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
Body
application/json
Run API request
api
any
requiredparameters
any
requiredauthSession
object
Auth session configurations
proxy
string
Proxy URL following this format:
http://username:password@domain:port
retry
object
Retry policy configurations
Response
200 - application/json
Completed API run result
status
enum<string>
requiredThe status of the run
Available options:
completed
statusCode
number
requiredThe HTTP status code of the API run
runId
string
requiredThe run ID
result
any
The result of an API call.