POST
/
signals-agent-get-signals
Get Signals from Agents
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/signals-agent-get-signals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
brandAgentId
string
required

ID of the brand agent to get signals for

agentIds
string[]

Optional array of specific agent IDs to query. If not provided, queries all active agents.

brief
string

Optional campaign brief or targeting description to get tailored recommendations

Response

Successful response

data
object
message
string
success
boolean