POST
/
{workspaceId}
/
projects
/
{projectName}
/
run
{
  "error": "empty_page",
  "message": "empty page - no contracts found",
  "runId": "aabbccddeeffggh",
  "status": "failed",
  "statusCode": 400
}

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

Body

application/json
api
any
required
authSession
object

Auth session configurations

parameters
any
required
proxy
string

Proxy URL following this format: http://username:password@domain:port

retry
object

Retry policy configurations

Response

200 - application/json
result
any

The result of an API call.

status
enum<string>
required

The status of the run

Available options:
completed
statusCode
number
required

The HTTP status code of the API run

runId
string
required

The run ID