Skip to main content
POST
List LinkedIn Outreach Queue

Authorizations

X-API-Key
string
header
required

Body

application/json
view
enum<string> | null

Queue slice to apply before advanced filters.

  • Defaults to active for natural requests like active/current/waiting LinkedIn actions.
  • Use all for normal outreach rows across all statuses, diagnostic_all for expanded debug/show-everything inspection, and custom for exact explicit filters.
Available options:
in_queue,
review_required,
done,
canceled,
failed,
all,
custom,
active,
diagnostic_all,
null
userIds
(string | null)[] | null

FirstTouch team member user ids whose LinkedIn senders should be included. Omit to use only the current caller.

ids
(string | null)[] | null

Exact LinkedIn queue request ids. Applies only to real provider request rows, not awaiting-requirement rows.

linAccountIds
(string | null)[] | null

Exact FirstTouch LinkedIn account ids to include.

operationIds
(string | null)[] | null

Exact operation ids to include. For real request rows this is the provider request operation; for awaiting rows this is the flow action operation.

actionIds
(string | null)[] | null

Exact flow action ids to include.

actionTypes
enum<string>[] | null

Flow node/action types to include, such as linkedin_send_connect_v3, linkedin_send_message_v3, linkedin_visit_profile_v3, or linkedin_send_inmail_v3.

Available options:
email,
call,
branch,
manual,
reassignment,
ai_research,
ai_research_advance,
hs_enrichment,
linkedin_send_connect_v3,
linkedin_send_message_v3,
linkedin_visit_profile_v3,
linkedin_send_inmail_v3
flowPlanIds
(string | null)[] | null

Flow plan ids to include. Use this to narrow by source/flow context.

requestTypes
enum<string>[] | null

LinkedIn provider request types to include. Common outreach types are view_profile, send_connection, and send_message.

Available options:
send_connection,
send_message,
view_profile,
connection_withdrawal,
send_in_mail_message,
sync_relations,
sales_navigator_import,
metadata_sync,
plan_sync,
sync_unibox_account,
sync_unibox_conversation
operationStatuses
enum<string>[] | null

Advanced: real provider request operation statuses to include. Awaiting-requirement rows are synthetic pre-request rows and are controlled separately by includeAwaitingRequirements or awaitingRequirementsOnly.

Available options:
pending,
completed,
failed,
canceled
searchQuery
string | null

Search text over LinkedIn profile URL/name/identifier, operation id, action id, and some awaiting-row contact/company fields.

from
string<date-time> | null

Created-at lower bound in UTC.

to
string<date-time> | null

Created-at upper bound in UTC, exclusive.

scheduledFrom
string<date-time> | null

Scheduled/estimated lower bound in UTC.

scheduledTo
string<date-time> | null

Scheduled/estimated upper bound in UTC, exclusive.

completedFrom
string<date-time> | null

Completed-at lower bound in UTC for terminal real provider requests.

completedTo
string<date-time> | null

Completed-at upper bound in UTC for terminal real provider requests, exclusive.

limit
integer | null

Maximum rows to return. Defaults to 20, max 100.

cursor
string | null

Pagination cursor returned by a previous list_linkedin_outreach_queue response.

orderByScheduledAt
boolean | null

Advanced: order pending real requests by estimated/scheduled execution time. Defaults to true.

orderByCreatedDesc
boolean | null

Advanced: order real request fallbacks/history by created time descending where applicable. Defaults to true.

includeAwaitingRequirements
boolean | null

Advanced: include synthetic pre-provider-request blocker rows in a mixed result. The all and diagnostic_all views set this automatically.

awaitingRequirementsOnly
boolean | null

Advanced: return only synthetic pre-provider-request blocker rows. The review_required view sets this automatically.

Response

Tool result.

summary
string
required
view
enum<string>
required
Available options:
in_queue,
review_required,
done,
canceled,
failed,
all,
custom,
active,
diagnostic_all
queue
object
required
warnings
string[]
required
nextSteps
string[]
required