cURL
curl --request POST \ --url https://api.jackson.scope3.com/signals-agent-get-signals \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "signalsAgentId": "<string>", "startDate": "2023-11-07T05:31:56Z", "endDate": "2023-11-07T05:31:56Z" }'
{ "success": true, "message": "<string>", "data": {} }
Retrieve signal data from a signals agent.
Bearer token authentication using Scope3 API key
ID of the signals agent
Start date for signal data
End date for signal data
Successful tool execution
Whether the operation succeeded
Human-readable response message
Response data (varies by tool)