POST
/
signals-agent-history
Get Signals Agent History
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/signals-agent-history \
  --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
agentId
string
required

ID of the signals agent to get history for

limit
string
required

Maximum number of activities to return (default: 50)

Response

Successful response

data
object
message
string
success
boolean