LogRocket · Capability

LogRocket REST API — Data Export

LogRocket REST API — Data Export. 1 operations. Lead operation: List exported session data files. Self-contained Naftiko capability covering one Logrocket business surface.

Run with Naftiko LogrocketData Export

What You Can Do

GET
Listdataexports — List exported session data files
/v1/orgs/{orgid}/apps/{appid}/data-export

MCP Tools

list-exported-session-data-files

List exported session data files

read-only idempotent

Capability Spec

rest-data-export.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogRocket REST API — Data Export
  description: 'LogRocket REST API — Data Export. 1 operations. Lead operation: List exported session data files. Self-contained
    Naftiko capability covering one Logrocket business surface.'
  tags:
  - Logrocket
  - Data Export
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LOGROCKET_API_KEY: LOGROCKET_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-data-export
    baseUri: https://api.logrocket.com/v1
    description: LogRocket REST API — Data Export business capability. Self-contained, no shared references.
    resources:
    - name: orgs-orgId-apps-appId-data-export
      path: /orgs/{orgId}/apps/{appId}/data-export/
      operations:
      - name: listdataexports
        method: GET
        description: List exported session data files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cursor
          in: query
          type: string
          description: Cursor from a previous response to retrieve the next page of newer sessions. Treat this value as a
            string even though it may appear numeric.
        - name: limit
          in: query
          type: integer
          description: Maximum number of session export records to return per page. Default is 10, maximum is 100.
        - name: date
          in: query
          type: string
          description: Unix timestamp in milliseconds to start retrieving sessions from.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.LOGROCKET_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rest-data-export-rest
    port: 8080
    description: REST adapter for LogRocket REST API — Data Export. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/orgs/{orgid}/apps/{appid}/data-export
      name: orgs-orgid-apps-appid-data-export
      description: REST surface for orgs-orgId-apps-appId-data-export.
      operations:
      - method: GET
        name: listdataexports
        description: List exported session data files
        call: rest-data-export.listdataexports
        with:
          cursor: rest.cursor
          limit: rest.limit
          date: rest.date
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-data-export-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogRocket REST API — Data Export. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-exported-session-data-files
      description: List exported session data files
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-data-export.listdataexports
      with:
        cursor: tools.cursor
        limit: tools.limit
        date: tools.date
      outputParameters:
      - type: object
        mapping: $.