Search tool executions
Searches for Tool Executions based on query parameters such as 'status'.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
status
Filter tool executions by status (e.g., ‘running’, ‘complete’)
skip
Number of records to skip for pagination
limit
Maximum number of records to return for pagination
Response
A list of tool executions matching the query parameters
skip
Number of records skipped for pagination
limit
Maximum number of records returned for pagination
total
Total number of records matching the query
results
List of tool executions matching the query parameters
Errors
500
Internal Server Error