Skip to main content
GET
Returns the current status and progress of a lead extraction campaign.

Request

string
required
Your API key

Path Parameters

string
required
The campaign ID returned from the create campaign endpoint

Response

string
Unique identifier for the campaign
string
Name of the campaign
string
Current status: PENDING, RUNNING, FINISHED, FAILED
object
string
ISO 8601 timestamp when the campaign was created

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

The campaign ID returned from the create campaign endpoint

Response

Campaign status and progress

id
string
required
status
enum<string>
required
Available options:
PENDING,
RUNNING,
FINISHED,
FAILED
name
string
progress
object
created_at
string<date-time>