LogoLogo
ProductResourcesGitHubStart free
  • Documentation
  • Learn
  • ZenML Pro
  • Stacks
  • API Reference
  • SDK Reference
  • Overview
  • OSS API
    • Getting Started
    • OSS API
      • Artifacts
      • Artifact versions
        • Batch
        • Visualize
      • Login
      • Logout
      • Device authorization
      • Api token
      • Code repositories
      • Logs
      • Models
        • Model versions
      • Model versions
        • Artifacts
        • Runs
      • Pipelines
        • Runs
      • Runs
        • Steps
        • Pipeline configuration
        • Status
        • Refresh
      • Run templates
        • Runs
      • Schedules
      • Secrets
      • Info
      • Service accounts
        • Api keys
        • Rotate
      • Service connectors
        • Verify
        • Client
        • Full stack resources
      • Services
      • Stacks
      • Components
      • Component types
      • Steps
        • Step configuration
        • Status
        • Logs
      • Tags
      • Users
        • Resource membership
      • Current user
    • OSS API Specification
  • Pro API
    • Getting Started
    • Pro API
      • Tenants
        • Deploy
        • Deactivate
        • Members
      • Tenant status
      • Users
        • Authorize server
        • Me
      • Invitations
      • Releases
      • Devices
        • Verify
      • Roles
        • Assignments
      • Permissions
      • Teams
        • Members
      • Organizations
        • Trial
        • Invitations
        • Members
        • Roles
        • Teams
        • Tenants
        • Tenant
        • Entitlement
        • Validation
          • Name
          • Tenant name
      • Health
      • Usage event
      • Usage batch
      • Stigg webhook
      • Auth
        • Login
        • Connections
        • Authorize
        • Callback
        • Logout
        • Device authorization
        • Api token
        • Tenant authorization
      • Rbac
        • Check permissions
        • Allowed resource ids
        • Resource members
      • Server
        • Info
    • Pro API Specification
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. OSS API
  2. OSS API
  3. Steps

Logs

PreviousStatusNextTags

Last updated 1 month ago

Was this helpful?

Get Step Logs

get

Get the logs of a specific step.

Args: step_id: ID of the step for which to get the logs. offset: The offset from which to start reading. length: The amount of bytes that should be read.

Returns: The logs of the step.

Raises: HTTPException: If no logs are available for this step.

Authorizations
Path parameters
step_idstring · uuidRequired
Query parameters
offsetintegerOptionalDefault: 0
lengthintegerOptionalDefault: 16777216
Responses
200
Successful Response
application/json
Responsestring
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
GET /api/v1/steps/{step_id}/logs HTTP/1.1
Host: 
Accept: */*
text