List Tools For Connection
ListToolsForConnection returns tools for a connection. By default returns all tools the catalog has ever observed; pass seen_since to filter.
Permission: gateway.view. Allowed callers: identity.PlatformUser, identity.Agent.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Optional. If set, only return tools whose last_seen_at falls within (now - seen_since). Unset / zero = all-time. Represents a a duration between -315,576,000,000s and 315,576,000,000s (around 10000 years). Precision is in nanoseconds. 1 nanosecond is represented as 0.000000001s
Pattern:
^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$Response
200 - application/json
OK
cURL