Skip to main content
List Actions.
Tool ID: attention_list_proactive_actions

Run this action

Use the TypeScript SDK for a single call. Put ctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.

CLI

Example response

The SDK exposes this shape at result.toolResponse.raw. Values below are representative.
Use deepline tools get attention_list_proactive_actions --json for the latest machine-readable contract.

Input reference

Lists Proactive actions (Next Best Actions), mirroring the action feed users see in the UI. ### Scope * An organization-level API key returns actions for every user in the organization. * A user-scoped API key returns only that user’s actions; the owner_uuid filter is ignored for user-scoped keys. ### Filtering * status defaults to pending. Pass one or more of pending, drafted, sent, dismissed, expired to widen the set. Suppressed actions are never returned. * owner_uuid narrows the result to a single owner (organization-level keys only). ### Pagination * Cursor-based. Omit cursor for the first page; pass the response’s next_cursor unchanged for the next. When next_cursor is absent, iteration is complete. * size is clamped to a server-side maximum of 200 (default 50).

Output reference

Standard tool result payload.

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.