Sieve home pagelogo
  • Dashboard
  • Dashboard
Documentation
API Reference
  • Discord
  • Blog
  • API Reference
    • Introduction
    • POST
      Push New Job
    • GET
      Get Job
    • GET
      Await Job
    • DEL
      Cancel Job
    • GET
      Get Job Logs
    • GET
      List Jobs
    • GET
      Get Function
    • GET
      List Function Jobs
    • Pricing & Usage
    CLI Reference
    • Introduction
    • sieve login
    • sieve job
    • sieve push
    • sieve deploy
    • sieve whoami
    Custom Functions
    • Deploying Functions
    • Run GPU Workloads
    • Typing & Metadata
    • Autoscaling Functions
    • Environment Variables
    • GET
      Get Function
    • POST
      Edit Function
    • GET
      Get Function Version
    • POST
      Edit Function Version
    • GET
      List Version Jobs
    • GET
      Get Version Usage
    SDK Reference
    • Introduction
    • sieve.function
    • sieve.File

    Job New Output Response

    The schema is of type object.

    Was this page helpful?

    Suggest editsRaise issue
    websitediscord
    Powered by Mintlify
    {
      "body": {
        "job_id": "<string>",
        "output": "<string>"
      },
      "type": "job.start"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.