GET
/
{workspaceId}
/
projects
/
{projectName}
/
run
/
{runId}
/
result
{
  "result": {
    "contracts": [
      {
        "contractor": {
          "name": "John Doe",
          "phone": 1234567890
        },
        "id": "#1"
      },
      {
        "contractor": {
          "name": "Jane Doe",
          "phone": 987654321
        },
        "id": "#2"
      }
    ]
  },
  "runId": "aabbccddeeffggh",
  "status": "completed",
  "statusCode": 200
}

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.

runId
string
required

Run ID

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