FullStory · Schema

Operation

Represents an asynchronous operation such as a segment export

Session ReplayProduct AnalyticsDigital ExperienceBehavioral AnalyticsFrontend Monitoring

Properties

Name Type Description
id string Unique identifier for the operation
type string The type of operation
state string Current state of the operation
errorDetails string Error details if the operation failed
createdAt string Timestamp when the operation was created
finishedAt string Timestamp when the operation finished. Null while running.
estimatePctComplete number Estimated percentage of completion for the operation
results object Results of the operation when completed, including download URLs
View JSON Schema on GitHub

JSON Schema

fullstory-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Operation",
  "title": "Operation",
  "type": "object",
  "description": "Represents an asynchronous operation such as a segment export",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the operation"
    },
    "type": {
      "type": "string",
      "description": "The type of operation"
    },
    "state": {
      "type": "string",
      "description": "Current state of the operation",
      "enum": [
        "PENDING",
        "RUNNING",
        "COMPLETED",
        "FAILED"
      ]
    },
    "errorDetails": {
      "type": "string",
      "description": "Error details if the operation failed"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the operation was created"
    },
    "finishedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the operation finished. Null while running."
    },
    "estimatePctComplete": {
      "type": "number",
      "format": "float",
      "minimum": 0,
      "maximum": 100,
      "description": "Estimated percentage of completion for the operation"
    },
    "results": {
      "type": "object",
      "description": "Results of the operation when completed, including download URLs",
      "properties": {
        "downloadUrl": {
          "type": "string",
          "format": "uri",
          "description": "URL for downloading the exported data"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/fullstory-operation"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.