Skip to main content
GET
/
v1
/
vcs
/
connections
get vcs connection for an org
curl --request GET \
  --url https://api.nuon.co/v1/vcs/connections \
  --header 'Authorization: <api-key>'
[
  {
    "created_at": "<string>",
    "created_by_id": "<string>",
    "github_account_id": "<string>",
    "github_account_name": "<string>",
    "github_install_id": "<string>",
    "id": "<string>",
    "queues": [
      {
        "created_at": "<string>",
        "created_by_id": "<string>",
        "emitters": [
          {
            "created_at": "<string>",
            "created_by_id": "<string>",
            "cron_schedule": "<string>",
            "description": "<string>",
            "emit_count": 123,
            "fired": true,
            "id": "<string>",
            "jitter_window": 123,
            "last_emitted_at": "<string>",
            "mode": "cron",
            "name": "<string>",
            "next_emit_at": "<string>",
            "org_id": "<string>",
            "queue_id": "<string>",
            "scheduled_at": "<string>",
            "signal_template": {
              "signal": "<unknown>"
            },
            "signal_type": "<string>",
            "status": {
              "created_at_ts": 123,
              "created_by_id": "<string>",
              "history": "<array>",
              "metadata": {},
              "status": "error",
              "status_human_description": "<string>"
            },
            "updated_at": "<string>",
            "workflow": {
              "id": "<string>",
              "namespace": "<string>",
              "run_id": "<string>"
            }
          }
        ],
        "id": "<string>",
        "idle_timeout": 123,
        "max_depth": 123,
        "max_in_flight": 123,
        "metadata": {},
        "name": "<string>",
        "org_id": "<string>",
        "owner_id": "<string>",
        "owner_type": "<string>",
        "queue_signal": [
          {
            "created_at": "<string>",
            "created_by_id": "<string>",
            "emitter_id": "<string>",
            "enqueued": true,
            "execution_count": 123,
            "id": "<string>",
            "org_id": "<string>",
            "owner_id": "<string>",
            "owner_type": "<string>",
            "queue": "<unknown>",
            "queue_id": "<string>",
            "signal": {
              "signal": "<unknown>"
            },
            "signal_context": {
              "account_id": "<string>",
              "log_stream_id": "<string>",
              "org_id": "<string>",
              "trace_id": "<string>"
            },
            "status": {
              "created_at_ts": 123,
              "created_by_id": "<string>",
              "history": "<array>",
              "metadata": {},
              "status": "error",
              "status_human_description": "<string>"
            },
            "type": "<string>",
            "updated_at": "<string>",
            "workflow": {
              "id": "<string>",
              "namespace": "<string>",
              "run_id": "<string>"
            }
          }
        ],
        "status_v2": {
          "created_at_ts": 123,
          "created_by_id": "<string>",
          "history": "<array>",
          "metadata": {},
          "status": "error",
          "status_human_description": "<string>"
        },
        "updated_at": "<string>",
        "workflow": {
          "id": "<string>",
          "namespace": "<string>",
          "run_id": "<string>"
        }
      }
    ],
    "status": {
      "created_at_ts": 123,
      "created_by_id": "<string>",
      "history": "<array>",
      "metadata": {},
      "status": "error",
      "status_human_description": "<string>"
    },
    "updated_at": "<string>",
    "vcs_connection_commit": [
      {
        "author_email": "<string>",
        "author_name": "<string>",
        "created_at": "<string>",
        "created_by_id": "<string>",
        "id": "<string>",
        "message": "<string>",
        "owner_id": "<string>",
        "owner_type": "<string>",
        "sha": "<string>",
        "updated_at": "<string>",
        "vcs_connection_id": "<string>"
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Query Parameters

offset
integer
default:0

offset of results to return

limit
integer
default:10

limit of results to return

page
integer
default:0

page number of results to return

Response

OK

created_at
string
created_by_id
string
github_account_id
string
github_account_name
string
github_install_id
string
id
string
queues
object[]
status
object
updated_at
string
vcs_connection_commit
object[]