Skip to main content
GET
Get contact unlock task

Authorizations

Authorization
string
header
required

Send the full Business API key from Settings -> API Keys, for example Authorization: Bearer sk_your_api_key.

Path Parameters

taskId
string
required

Email-unlock task identifier returned as task_id by the submission endpoint.

Pattern: ^[0-9]+$

Response

Unlock task status

Asynchronous email unlock task and its item-level results.

taskId
string
required

Asynchronous task identifier.

Pattern: ^[0-9]+$
Example:

"321"

taskStatus
enum<string>
required

Current task lifecycle state.

Available options:
pending,
processing,
completed,
failed
items
object[]
required

Records returned on the current page or in the current batch.