Hoop integration (Security, Developer Tools). Imported from open-connector.
https://use.hoop.dev/api/userinfo
/connections
| Param | Type | Required | Description |
|---|---|---|---|
| agentId | string | optional | Filter by Hoop agent ID. |
| tags | string | optional | Deprecated comma-separated Hoop tags filter. |
| tagSelector | string | optional | Selector tags to filter on, such as key=value,key2!=value2. |
| search | string | optional | Search by connection name, type, subtype, resource name, or status. |
| type | string | optional | Filter by Hoop connection type. |
| subtype | string | optional | Filter by Hoop connection subtype. |
| managedBy | string | optional | Filter by manager identifier. |
| resourceName | string | optional | Filter by upstream resource name. |
| attribute | string | optional | Filter by comma-separated Hoop attributes. |
| connectionIds | string | optional | Filter by comma-separated Hoop connection IDs. |
| pageSize | integer | optional | Maximum number of connections to return, from 1 to 100. |
| page | integer | optional | One-based Hoop page number. |
/sessions
| Param | Type | Required | Description |
|---|---|---|---|
| user | string | optional | Filter by Hoop user subject ID. |
| connectionName | string | optional | Filter by Hoop connection name. |
| type | string | optional | Filter by Hoop connection type. |
| reviewApprover | string | optional | Filter by the review approver email. |
| reviewStatus | string | optional | Filter by review status. |
| correlationId | string | optional | Filter by external workflow or task correlation ID. |
| jiraIssueKey | string | optional | Filter by Jira issue key. |
| startDate | string | optional | Filter sessions starting on or after this RFC3339 timestamp. |
| endDate | string | optional | Filter sessions ending on or before this RFC3339 timestamp. |
| limit | integer | optional | Maximum number of sessions to return, up to 100. |
| offset | integer | optional | Offset used to paginate Hoop sessions. |