Batch Stop Thread Executions
Stop multiple running thread executions by asset ID in a single request. This is useful for stopping many AOP executions at once from the UI. Each thread is stopped independently - failures for individual threads do not affect other threads in the batch.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
thread_ids
List of thread IDs to stop
Response
Batch stop completed (check results for individual thread status)
failed_count
Number of threads that failed to stop
results
Detailed results for each thread
stopped_count
Number of threads successfully stopped
total_requested
Total number of threads requested to stop
