FINOS · Capability

Agent API — AuditTrail

Agent API — AuditTrail. 1 operations. Lead operation: Get a list of actions performed by a privileged account acting as privileged user given a period of time.. Self-contained Naftiko capability covering one Finos business surface.

Run with Naftiko FinosAuditTrail

What You Can Do

GET
Get — Get a list of actions performed by a privileged account acting as privileged user given a period of time.
/v1/v1/audittrail/privilegeduser

MCP Tools

get-list-actions-performed-privileged

Get a list of actions performed by a privileged account acting as privileged user given a period of time.

read-only idempotent

Capability Spec

symphony-agent-audittrail.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Agent API — AuditTrail
  description: 'Agent API — AuditTrail. 1 operations. Lead operation: Get a list of  actions performed by a privileged account
    acting as privileged user given a period of time.. Self-contained Naftiko capability covering one Finos business surface.'
  tags:
  - Finos
  - AuditTrail
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FINOS_API_KEY: FINOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: symphony-agent-audittrail
    baseUri: ''
    description: Agent API — AuditTrail business capability. Self-contained, no shared references.
    resources:
    - name: v1-audittrail-privilegeduser
      path: /v1/audittrail/privilegeduser
      operations:
      - name: get
        method: GET
        description: Get a list of  actions performed by a privileged account acting as privileged user given a period of
          time.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
        - name: startTimestamp
          in: query
          type: integer
          description: Start timestamp in unix timestamp in millseconds.
          required: true
        - name: endTimestamp
          in: query
          type: integer
          description: End timestamp in unix timestamp in millseconds. If not specified, it assumes to be current time.
        - name: before
          in: query
          type: string
          description: Return results from an opaque “before” cursor value as presented via a response cursor.
        - name: after
          in: query
          type: string
          description: Return results from an opaque “after” cursor value as presented via a response cursor.
        - name: limit
          in: query
          type: integer
          description: Max No. of violations to return. If no value is provided, 50 is the default.
        - name: initiatorId
          in: query
          type: integer
          description: If present, only the initiator with this initiator <user id> will be returned.
        - name: role
          in: query
          type: string
          description: If present, only the audit trail initiated by s user with privileged role acting as
  exposes:
  - type: rest
    namespace: symphony-agent-audittrail-rest
    port: 8080
    description: REST adapter for Agent API — AuditTrail. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/audittrail/privilegeduser
      name: v1-audittrail-privilegeduser
      description: REST surface for v1-audittrail-privilegeduser.
      operations:
      - method: GET
        name: get
        description: Get a list of  actions performed by a privileged account acting as privileged user given a period of
          time.
        call: symphony-agent-audittrail.get
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          startTimestamp: rest.startTimestamp
          endTimestamp: rest.endTimestamp
          before: rest.before
          after: rest.after
          limit: rest.limit
          initiatorId: rest.initiatorId
          role: rest.role
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: symphony-agent-audittrail-mcp
    port: 9090
    transport: http
    description: MCP adapter for Agent API — AuditTrail. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-list-actions-performed-privileged
      description: Get a list of  actions performed by a privileged account acting as privileged user given a period of time.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: symphony-agent-audittrail.get
      with:
        sessionToken: tools.sessionToken
        keyManagerToken: tools.keyManagerToken
        startTimestamp: tools.startTimestamp
        endTimestamp: tools.endTimestamp
        before: tools.before
        after: tools.after
        limit: tools.limit
        initiatorId: tools.initiatorId
        role: tools.role
      outputParameters:
      - type: object
        mapping: $.