// ACTION
LiveRetrieve Async LinkedIn Search Results (Periodix Actions)
// OVERVIEW
What it does
Retrieve the result of a long-running action, such as LinkedIn Search, by its resultId.
Returns a status of pending, completed with output, or failed with an error.
Poll until the status is no longer pending.
// PARAMETERS
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
resultId | string | Required | The resultId returned by LinkedIn Search. |
// OUTPUT SHAPE
Example JSON output
{
"status": "completed",
"output": {
"items": [
{
"name": "Jane Doe",
"headline": "VP Sales at Acme",
"company": "Acme",
"profile_url": "https://www.linkedin.com/in/jane-doe"
}
]
}
}// INVOCATION
How to call
Not available yet for this channel.
// CONSTRAINTS
Limits & status
Poll at a reasonable interval.
// USED IN
Playbooks using this Action
Not yet used in a published playbook.
// GET STARTED
Start building with Periodix Actions
Create an account, get an API key, and call this Action from your stack.
Create your account