Chaitin Tech api_log API

The api_log API from Chaitin Tech — 4 operation(s) for api_log.

Operations 4

GET /api/ApiIdContextLogAPI GET /api/ApiIdContextLogAPI #
GET /api/RunStatAPI GET /api/RunStatAPI #
GET /api/SrcIPContextLogAPI GET /api/SrcIPContextLogAPI #
GET /api/UserContextLogAPI GET /api/UserContextLogAPI #

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/chaitin-api-log-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

chaitin-api-log-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: APISec Management account API Log API
  version: '26.05'
  description: Generated from APISec skyview APIView classes.
servers:
- url: https://docs.waf.chaitin.com
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: api_log
paths:
  /api/ApiIdContextLogAPI:
    get:
      operationId: ApiIdContextLogAPI_get
      summary: GET /api/ApiIdContextLogAPI
      tags:
      - api_log
      parameters:
      - name: api_id
        in: query
        required: true
        description: ''
        schema:
          type: string
      - name: count
        in: query
        required: true
        description: ''
        schema:
          type: integer
      - name: event_id
        in: query
        required: true
        description: ''
        schema:
          type: string
      - name: req_start_time
        in: query
        required: true
        description: ''
        schema:
          type: integer
      x-cli-body-fallback: false
  /api/RunStatAPI:
    get:
      operationId: RunStatAPI_get
      summary: GET /api/RunStatAPI
      tags:
      - api_log
      parameters:
      - name: api_id
        in: query
        required: true
        description: API UUID
        schema:
          type: string
          description: API UUID
      - name: duration
        in: query
        required: true
        description: ''
        schema:
          type: integer
      x-cli-body-fallback: false
  /api/SrcIPContextLogAPI:
    get:
      operationId: SrcIPContextLogAPI_get
      summary: GET /api/SrcIPContextLogAPI
      tags:
      - api_log
      parameters:
      - name: count
        in: query
        required: true
        description: ''
        schema:
          type: integer
      - name: event_id
        in: query
        required: true
        description: ''
        schema:
          type: string
      - name: req_start_time
        in: query
        required: true
        description: ''
        schema:
          type: integer
      - name: src_ip
        in: query
        required: true
        description: ''
        schema:
          type: string
      x-cli-body-fallback: false
  /api/UserContextLogAPI:
    get:
      operationId: UserContextLogAPI_get
      summary: GET /api/UserContextLogAPI
      tags:
      - api_log
      parameters:
      - name: count
        in: query
        required: true
        description: ''
        schema:
          type: integer
      - name: event_id
        in: query
        required: true
        description: ''
        schema:
          type: string
      - name: pii_device_id_value
        in: query
        required: false
        description: ''
        schema:
          type: string
      - name: pii_session_value
        in: query
        required: false
        description: ''
        schema:
          type: string
      - name: pii_user_id_value
        in: query
        required: false
        description: ''
        schema:
          type: string
      - name: pii_username_value
        in: query
        required: false
        description: ''
        schema:
          type: string
      - name: req_start_time
        in: query
        required: true
        description: ''
        schema:
          type: integer
      x-cli-body-fallback: false