Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hatchet Log API

The Log API from Hatchet — 3 operation(s) for log.

Hatchet Log API is one of 27 APIs that Hatchet publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 12 JSON Schema definitions.

Tagged areas include Log. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an API reference, code examples, authentication docs, and 12 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against the base URL https://api.hatchet-cloud.run.

3 operations 3 paths 9 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.hatchet-cloud.run
Authentication
HTTP Bearer, API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 3

Hatchet Log API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the cookie as hatchet (cookieAuth). It accepts HTTP bearer tokens (customAuth). By default, every request must be authenticated.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Log 3
GET
/api/v1/stable/tasks/{task}/logs
List Log Lines
v1-log-line:list 8 params → 200400403
GET
/api/v1/stable/tenants/{tenant}/logs
List Log Lines
v1-tenant-log-line:list 11 params → 200400403
GET
/api/v1/stable/tenants/{tenant}/log-point-metrics
Get Log Point Metrics
v1-tenant-log-line:get:point-metrics 8 params → 200400403501

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are V1LogLine (8 properties), V1LogsPointMetric (5 properties), APIError (4 properties), PaginationResponse (3 properties). Each schema is shown below with its type and property counts.

V1LogLine
object
8 properties 3 required
PaginationResponse
object
3 properties
V1LogsPointMetric
object
5 properties 5 required
V1LogsPointMetrics
object
1 property
V1LogLineOrderByDirection
string
V1LogLineList
object
2 properties
APIErrors
object
1 property 1 required
V1LogLineLevel
string
APIError
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hatchet-log-api-openapi.yml Raw ↑

Other APIs Hatchet publishes across the network.

Hatchet API Token API
Hatchet CEL API
Hatchet Durable Tasks API
Hatchet Event API
Hatchet Feature Flags API
Hatchet Filter API
Hatchet Github API
Hatchet Healthcheck API
Hatchet Metadata API
Hatchet Monitoring API
Hatchet Observability API
Hatchet Rate Limits API