Clarivate History API

The History API from Clarivate — 1 operation(s) for history.

Operations 1

POST /history Create history #

Documentation

📖
Documentation
https://developer.clarivate.com/apis/ipdata-api
📖
Documentation
https://developer.clarivate.com/apis/converisreadapi
📖
Documentation
https://developer.clarivate.com/apis/dss-search-api
📖
Documentation
https://developer.clarivate.com/apis/wos-journal
📖
Documentation
https://developer.clarivate.com/apis/endnote
📖
Documentation
https://developer.clarivate.com/apis/legacy_api
📖
Documentation
https://developer.clarivate.com/apis/converis_additional_api
📖
Documentation
https://developer.clarivate.com/apis/incites
📖
Documentation
https://developer.clarivate.com/apis/wos
📖
Documentation
https://developer.clarivate.com/apis/sushi-api
📖
Documentation
https://developer.clarivate.com/apis/cud_api
📖
Documentation
https://developer.clarivate.com/apis/ric_ai_api
📖
Documentation
https://developer.clarivate.com/apis/cddi-counter-five
📖
Documentation
https://developer.clarivate.com/apis/ric-download-api
📖
Documentation
https://developer.clarivate.com/apis/wos-researcher
📖
Documentation
https://developer.clarivate.com/apis/wos-starter
📖
Documentation
https://developer.clarivate.com/apis/woslite
📖
Documentation
https://developer.clarivate.com/apis/lsh-download-ext-client
📖
Documentation
https://developer.clarivate.com/apis/wosrl-api
📖
Documentation
https://developer.clarivate.com/apis/cortellis-api-collection
📖
Documentation
https://developer.clarivate.com/apis/patentmonitor-innography
📖
Documentation
https://developer.clarivate.com/apis/reviewer-connect
📖
Documentation
https://developer.clarivate.com/apis/ric-agent-hub-api
📖
Documentation
https://developer.clarivate.com/apis/ric-searchretrieve-api
📖
Documentation
https://developer.clarivate.com/apis/sushi-status-api
📖
Documentation
https://developer.clarivate.com/apis/twa-riskmark-integration

Specifications

Other Resources

🔗
OpenAPISource
https://developer.clarivate.com/apis/ipdata-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/converisreadapi/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/dss-search-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos-journal/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/endnote/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/legacy_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/converis_additional_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/incites/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/sushi-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/cud_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric_ai_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/cddi-counter-five/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric-download-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos-researcher/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos-starter/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/woslite/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/lsh-download-ext-client/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wosrl-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/cortellis-api-collection/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/patentmonitor-innography/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/reviewer-connect/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric-agent-hub-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric-searchretrieve-api/swagger
🔗
X-GraphQLGated
https://raw.githubusercontent.com/api-evangelist/clarivate/refs/heads/main/graphql/clarivate-graphql.yml
🔗
OpenAPISource
https://developer.clarivate.com/apis/sushi-status-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/twa-riskmark-integration/swagger

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/clarivate-history-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

clarivate-history-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: lsh-download-ext-client History API
  version: 1.0.0
servers:
- url: https://api.clarivate.com/lsh-ds
security:
- key: []
tags:
- name: History
paths:
  /history:
    post:
      description: Retrieve the history of LSH data export requests. This endpoint allows clients to query past export requests and their statuses.
      parameters:
      - name: X-ApiKey
        in: header
        required: true
        description: API key for authentication.
        schema:
          type: string
      responses:
        '200':
          description: History records retrieved successfully.
          content:
            application/json:
              schema:
                type: object
                properties:
                  exportHistory:
                    type: array
                    items:
                      type: object
                      properties:
                        requestId:
                          type: integer
                        jobStatus:
                          type: string
                        jobRequestPayload:
                          type: string
                        s3Key:
                          type: string
                        s3SignedUrl:
                          type: string
                        s3SignedUrlExpiry:
                          type:
                          - string
                          - 'null'
                          format: date-time
                        exportFileName:
                          type: string
                        exportFormat:
                          type: string
                        exportFileSizeTxt:
                          type:
                          - string
                          - 'null'
                        createdOnTimestampMs:
                          type: integer
                          format: int64
                        modifiedOnTimestampMs:
                          type: integer
                          format: int64
                        errorDetails:
                          type: string
                        userId:
                          type: string
                        isExpired:
                          type: boolean
                  totalRowCount:
                    type: integer
                  moreDataAvailable:
                    type: boolean
                example:
                  exportHistory:
                  - requestId: 34380
                    jobStatus: SUCCESSFUL
                    jobRequestPayload: '{"tenantId":"pt-stryker","notificationTypes":["email"],"exportName":"pt_stryker_date_exportId.csv","exportFormat":"csv","params":{"notificationTypes":["email"]}}'
                    s3Key: downloads_payload/pt-stryker_34380_20260311_144100_payload.json
                    s3SignedUrl: signed_url_for_the_file
                    s3SignedUrlExpiry: 1773845065863
                    exportFileName: pt_stryker_date_exportId.csv
                    exportFormat: csv
                    exportFileSizeTxt: '936330936'
                    createdOnTimestampMs: 1773240060264
                    modifiedOnTimestampMs: 1773240060401
                    errorDetails: null
                    userId: user_id_for_the_file
                    isExpired: false
                  totalRowCount: 21
                  moreDataAvailable: true
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                limit:
                  type: integer
                  format: int32
                offset:
                  type: integer
                  format: int32
                filterCriteria:
                  type: object
                  properties:
                    jobStatus:
                      type: array
                      items:
                        type: string
                        enum:
                        - SUCCESSFUL
                        - FAILED
                        - PROCESSING
                    expired:
                      type: boolean
                    exportFormat:
                      type: string
              required:
              - limit
              - offset
              - filterCriteria
              example:
                limit: 10
                offset: 0
                filterCriteria:
                  jobStatus:
                  - SUCCESSFUL
                  - FAILED
                  - PROCESSING
                  expired: false
                  exportFormat: csv
        description: History request payload.
        required: true
      tags:
      - History
      summary: Create history
      x-summary-source: derived
      operationId: postHistory
      x-operation-id-source: derived
components:
  securitySchemes:
    key:
      type: apiKey
      in: header
      name: X-ApiKey