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

Nuon queues API is one of 18 APIs that Nuon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include queues. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 7 paths, and defines 12 schemas. It is described by OpenAPI 2.0, at version 0.19.1074.

Requests are made against the base URL https://api.nuon.co.

7 operations 7 paths 12 schemas 7 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
0.19.1074
Base URL
https://api.nuon.co
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Nuon queues API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (APIKey). An API key is passed in the header as X-Nuon-Org-ID (OrgID).

  • APIKey — Type "Bearer" followed by a space and token.
  • OrgID — Nuon org ID

Paths & Operations 7

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

queues 7

queues

GET
/v1/queues
List queues
ListQueues 4 params → 200400
GET
/v1/queues/{queue_id}
Get queue by ID
GetQueue 1 param → 200404
GET
/v1/queues/{queue_id}/signals
List queue signals
GetQueueSignals 7 params → 200404
GET
/v1/queues/{queue_id}/signals/{signal_id}
Get queue signal details
GetQueueSignal 2 params → 200404
GET
/v1/queues/{queue_id}/signals/{signal_id}/await
Long-poll for queue signal completion
AwaitQueueSignal 3 params → 200404408
GET
/v1/queues/{queue_id}/signals/{signal_id}/graph
Get signal execution graph
GetQueueSignalGraph 3 params → 200404
GET
/v1/queues/{queue_id}/status
Get live queue status
GetQueueStatus 1 param → 200404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are app.QueueEmitter (21 properties), app.QueueSignal (20 properties), app.Queue (16 properties), app.CompositeStatus (6 properties). Each schema is shown below with its type and property counts.

app.Queue
object
16 properties
app.QueueSignal
object
20 properties
app.QueueEmitter
object
21 properties
cctx.SignalContext
object
4 properties
signaldb.WorkflowRef
object
3 properties
signaldb.SignalData
object
1 property
app.CompositeStatus
object
6 properties
callback.Ref
object
3 properties
app.QueueEmitterMode
string
app.Status
string
stderr.ErrResponse
object
3 properties
queue.StatusResponse
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuon-queues-api-openapi.yml Raw ↑

Other APIs Nuon publishes across the network.

Nuon accounts API
Nuon actions API
Nuon actions/runner API
Nuon apps API
Nuon auth API
Nuon components API
Nuon general API
Nuon installs API
Nuon notebooks API
Nuon onboarding API
Nuon orgs API
Nuon policy-reports API