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

Julep Jobs API

The Jobs API from Julep — 1 operation(s) for jobs.

Julep Jobs API is one of 12 APIs that Julep publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Jobs. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 1 operation across 1 path, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://{serverEnv}.julep.ai/api.

1 operations 1 paths 4 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.julep.ai/api
Authentication
API Key, API Key
Contact
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Julep Jobs API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). An API key is passed in the header as X-Auth-Key (ApiKeyAuth_). By default, every request must be authenticated.

Paths & Operations 1

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

Jobs 1
GET
/jobs/{id}
Get the status of an existing Job by its id
JobRoute_get 1 param → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed is Jobs.JobStatus (8 properties). Each schema is shown below with its type and property counts.

Jobs.JobState
string
Current state (one of: pending, inprogress, retrying, succeeded, aborted, failed)
Common.identifierSafeUnicode
string
For Unicode character safety See: https://unicode.org/reports/tr31/ See: https://www.unicode.org/reports/tr39/IdentifierCharacters
Jobs.JobStatus
object
8 properties 8 required
Common.uuid
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

julep-jobs-api-openapi.yml Raw ↑

Other APIs Julep publishes across the network.

Julep Agents API
Julep Docs API
Julep Embed API
Julep Executions API
Julep Files API
Julep Projects API
Julep Responses API
Julep Secrets API
Julep Sessions API
Julep Tasks API
Julep Users API