aid: axiom-co url: https://raw.githubusercontent.com/api-evangelist/axiom-co/refs/heads/main/apis.yml name: Axiom kind: company description: Axiom is a log management, event data, and observability platform that ingests, stores, and queries large volumes of logs, traces, and events at low cost. Data is loaded into datasets and queried with the Axiom Processing Language (APL). The REST API (base https://api.axiom.co, US region; https://api.eu.axiom.co for EU) exposes ingest, APL query, datasets, fields, annotations, monitors, notifiers, dashboards, virtual fields, starred queries, API tokens, users, and organizations, with v1 and v2 endpoint families and Bearer token authentication. image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg tags: - Observability - Log Management - Event Data - Logs - Tracing - Analytics - APL created: '2026-07-02' modified: '2026-07-02' specificationVersion: '0.19' apis: - aid: axiom-co:axiom-co-ingest-api name: Axiom Ingest API tags: - Ingest - Logs - Events image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/ingest baseURL: https://api.axiom.co/v1 properties: - url: https://axiom.co/docs/restapi/ingest type: Documentation - url: https://axiom.co/docs/restapi/endpoints/ingestIntoDataset type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Send logs, traces, and events into an Axiom dataset. POST JSON, NDJSON, or CSV payloads to a dataset ingest endpoint, with optional content encoding and timestamp field configuration. A lower-latency edge ingest endpoint is also available. - aid: axiom-co:axiom-co-query-api name: Axiom Query API (APL) tags: - Query - APL - Analytics image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/query baseURL: https://api.axiom.co/v1 properties: - url: https://axiom.co/docs/restapi/query type: Documentation - url: https://axiom.co/docs/restapi/endpoints/queryApl type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Run Axiom Processing Language (APL) queries across one or more datasets. POST an APL query with optional start/end times and receive tabular or legacy results. A legacy per-dataset structured query endpoint is also supported. - aid: axiom-co:axiom-co-datasets-api name: Axiom Datasets API tags: - Datasets - Storage - Management image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getDatasets baseURL: https://api.axiom.co/v1 properties: - url: https://axiom.co/docs/restapi/endpoints/getDatasets type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Create, list, retrieve, update, and delete datasets - the containers that store ingested event data - plus trim and vacuum operations to manage retention and reclaim storage. - aid: axiom-co:axiom-co-fields-api name: Axiom Fields API tags: - Fields - Schema - Datasets image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getFieldsForDataset baseURL: https://api.axiom.co/v1 properties: - url: https://axiom.co/docs/restapi/endpoints/getFieldsForDataset type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Inspect and annotate the fields of a dataset - list the discovered schema for a dataset and read or update per-field metadata such as description, unit, and hidden state. - aid: axiom-co:axiom-co-annotations-api name: Axiom Annotations API tags: - Annotations - Events - Context image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getAnnotations baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints/getAnnotations type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Create, list, retrieve, update, and delete annotations that mark deployments, incidents, and other events on your dashboards and charts, scoped to datasets and time ranges. - aid: axiom-co:axiom-co-monitors-api name: Axiom Monitors API tags: - Monitors - Alerts - Alerting image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getMonitors baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints/getMonitors type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Manage monitors - threshold and match alerts backed by APL queries that watch your data and fire notifications. Create, list, retrieve, update, and delete monitors and read monitor run history. - aid: axiom-co:axiom-co-notifiers-api name: Axiom Notifiers API tags: - Notifiers - Notifications - Alerting image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getNotifiers baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints/getNotifiers type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Manage notifiers - the notification channels (email, Slack, PagerDuty, webhooks, and more) that monitors dispatch alerts through. Create, list, retrieve, update, and delete notifier configurations. - aid: axiom-co:axiom-co-dashboards-api name: Axiom Dashboards API tags: - Dashboards - Visualization - Analytics image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getDashboards baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints/getDashboards type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Create, list, retrieve, update, patch, and delete dashboards - the collections of charts and APL-backed visualizations that present your event data, with pagination support. - aid: axiom-co:axiom-co-virtual-fields-api name: Axiom Virtual Fields API tags: - Virtual Fields - Derived Fields - Schema image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getVirtualFields baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints/getVirtualFields type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Define virtual fields - derived fields computed from an APL expression at query time for a dataset. Create, list, retrieve, update, and delete virtual fields scoped to a dataset. - aid: axiom-co:axiom-co-starred-queries-api name: Axiom Starred Queries API tags: - Starred Queries - Saved Queries - APL image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Manage starred (saved) queries - reusable APL queries saved for a dataset and shared across a team. Create, list, retrieve, update, and delete starred queries. - aid: axiom-co:axiom-co-tokens-api name: Axiom API Tokens API tags: - Tokens - Authentication - Security image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getTokens baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints/getTokens type: APIReference - url: https://axiom.co/docs/reference/tokens type: Documentation - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Manage API tokens - scoped credentials (basic ingest-only or advanced query/manage) used to authenticate API requests. Create, list, retrieve, regenerate, and delete tokens. Personal Access Tokens require an x-axiom-org-id header. - aid: axiom-co:axiom-co-users-api name: Axiom Users API tags: - Users - Members - Administration image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints/getCurrentUser baseURL: https://api.axiom.co/v2 properties: - url: https://axiom.co/docs/restapi/endpoints/getCurrentUser type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Retrieve the currently authenticated user, list organization members, update roles, and remove members. The current-user lookup is also available on the v1 endpoint family. - aid: axiom-co:axiom-co-organizations-api name: Axiom Organizations API tags: - Organizations - Account - Administration image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://axiom.co/docs/restapi/endpoints baseURL: https://api.axiom.co/v1 properties: - url: https://axiom.co/docs/restapi/endpoints type: APIReference - url: openapi/axiom-co-openapi.yml type: OpenAPI - url: collections/axiom-co.postman_collection.json type: PostmanCollection - url: collections/axiom-co.opencollection.json type: OpenCollection description: Read and manage organization settings - retrieve the organizations a caller belongs to, get an organization by ID, and update organization-level configuration. common: - type: DomainSecurity url: security/axiom-co-domain-security.yml - type: Authentication url: authentication/axiom-co-authentication.yml - type: GitHubOrganization url: https://github.com/axiomhq - type: LinkedIn url: https://www.linkedin.com/company/axiomhq - type: Website url: https://axiom.co/ - type: Documentation url: https://axiom.co/docs - type: Plans url: plans/axiom-co-plans-pricing.yml - type: RateLimits url: rate-limits/axiom-co-rate-limits.yml - type: FinOps url: finops/axiom-co-finops.yml - url: https://axiom.co/blog/feed.xml type: Blog maintainers: - FN: Kin Lane email: kin@apievangelist.com