JavaScript
Agents
Run an agent
Start a new run for an agent.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.tryprofound.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The ID of the agent to run.
Body
application/json
Inputs to send to the agent run.
Input values for the run. Keys should match the property names defined in schema.input.
Response
Successful Response
Run details returned after a run request is accepted.
Unique ID for the accepted run.
Unique ID of the agent for this run.
Initial status of the accepted run.
Available options:
queued, running, succeeded, failed, cancelled, skipped, unknown When the run started, if execution began immediately.