OCNORA

Phantombuster

Business appsAPI keycredential probe

Phantombuster: launch a Phantom, follow the run it queues, and read back the console output and the result object that run produced.

OCNORA ships 8 typed Phantombuster operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.phantombuster.com/api/v2 through the HTTP node with the same credential.

Operations 8

  • Get Agent
    Read one Phantom's record, with the URLs of its result files.
    phantombuster.get_agent
  • Get Agent Output
    Read the console output and progress of a Phantom's most recent run.
    phantombuster.get_agent_output
  • Get Run
    Read one run by its container id to see whether it has finished.
    phantombuster.get_container
  • Get Run Result
    Read what one run produced, by its container id.
    phantombuster.get_container_result
  • Launch Agent
    Queue one run of a Phantom and return the run's container id.
    phantombuster.launch_agent
  • List Agents
    List the Phantoms in the workspace, or just the ones named.
    phantombuster.list_agents
  • List Runs
    List the past runs of one Phantom, newest first.
    phantombuster.list_containers
  • Stop Agent
    Abort a Phantom that is currently running.
    phantombuster.stop_agent

Run your first Phantombuster workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.