Argo Workflows InfoService API

The InfoService API from Argo Workflows — 4 operation(s) for infoservice.

Operations 4

GET /api/v1/info #
POST /api/v1/tracking/event #
GET /api/v1/userinfo #
GET /api/v1/version #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/argo-workflows-infoservice-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

argo-workflows-infoservice-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/
  title: Argo Workflows ArchivedWorkflowService Info Service API
  version: 3.6.0
servers:
- url: http://localhost:2746
- url: https://localhost:2746
security:
- BearerToken: []
tags:
- name: InfoService
paths:
  /api/v1/info:
    get:
      tags:
      - InfoService
      operationId: InfoService_GetInfo
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/io.argoproj.workflow.v1alpha1.InfoResponse'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/grpc.gateway.runtime.Error'
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /api/v1/tracking/event:
    post:
      tags:
      - InfoService
      operationId: InfoService_CollectEvent
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/io.argoproj.workflow.v1alpha1.CollectEventResponse'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/grpc.gateway.runtime.Error'
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/io.argoproj.workflow.v1alpha1.CollectEventRequest'
        required: true
  /api/v1/userinfo:
    get:
      tags:
      - InfoService
      operationId: InfoService_GetUserInfo
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/io.argoproj.workflow.v1alpha1.GetUserInfoResponse'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/grpc.gateway.runtime.Error'
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /api/v1/version:
    get:
      tags:
      - InfoService
      operationId: InfoService_GetVersion
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/io.argoproj.workflow.v1alpha1.Version'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/grpc.gateway.runtime.Error'
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  schemas:
    io.argoproj.workflow.v1alpha1.Column:
      description: Column is a custom column that will be exposed in the Workflow List View.
      type: object
      required:
      - name
      - type
      - key
      properties:
        key:
          description: The key of the label or annotation, e.g., "workflows.argoproj.io/completed".
          type: string
        name:
          description: The name of this column, e.g., "Workflow Completed".
          type: string
        type:
          description: The type of this column, "label" or "annotation".
          type: string
      x-kubernetes-patch-merge-key: name
      x-kubernetes-patch-strategy: merge
    io.argoproj.workflow.v1alpha1.GetUserInfoResponse:
      type: object
      properties:
        email:
          type: string
        emailVerified:
          type: boolean
        groups:
          type: array
          items:
            type: string
        issuer:
          type: string
        name:
          type: string
        serviceAccountName:
          type: string
        serviceAccountNamespace:
          type: string
        subject:
          type: string
    io.argoproj.workflow.v1alpha1.InfoResponse:
      type: object
      properties:
        columns:
          type: array
          items:
            $ref: '#/components/schemas/io.argoproj.workflow.v1alpha1.Column'
        links:
          type: array
          items:
            $ref: '#/components/schemas/io.argoproj.workflow.v1alpha1.Link'
        managedNamespace:
          type: string
        modals:
          type: object
          title: which modals to show
          additionalProperties:
            type: boolean
        navColor:
          type: string
    io.argoproj.workflow.v1alpha1.CollectEventRequest:
      type: object
      properties:
        name:
          type: string
    io.argoproj.workflow.v1alpha1.CollectEventResponse:
      type: object
    grpc.gateway.runtime.Error:
      type: object
      properties:
        code:
          type: integer
        details:
          type: array
          items:
            $ref: '#/components/schemas/google.protobuf.Any'
        error:
          type: string
        message:
          type: string
    io.argoproj.workflow.v1alpha1.Link:
      description: Link is a link to another app.
      type: object
      required:
      - name
      - scope
      - url
      - target
      properties:
        name:
          description: The name of the link, E.g. "Workflow Logs" or "Pod Logs"
          type: string
        scope:
          description: '"workflow", "pod", "pod-logs", "event-source-logs", "sensor-logs", "workflow-list" or "chat"'
          type: string
        target:
          description: Target attribute specifies where a linked document will be opened when a user clicks on a link. E.g. "_blank", "_self". If the target is _blank, it will open in a new tab.
          type: string
        url:
          description: The URL. Can contain "${metadata.namespace}", "${metadata.name}", "${status.startedAt}", "${status.finishedAt}" or any other element in workflow yaml, e.g. "${io.argoproj.workflow.v1alpha1.metadata.annotations.userDefinedKey}"
          type: string
      x-kubernetes-patch-merge-key: name
      x-kubernetes-patch-strategy: merge
    io.argoproj.workflow.v1alpha1.Version:
      type: object
      required:
      - version
      - buildDate
      - gitCommit
      - gitTag
      - gitTreeState
      - goVersion
      - compiler
      - platform
      properties:
        buildDate:
          type: string
        compiler:
          type: string
        gitCommit:
          type: string
        gitTag:
          type: string
        gitTreeState:
          type: string
        goVersion:
          type: string
        platform:
          type: string
        version:
          type: string
    google.protobuf.Any:
      type: object
      properties:
        type_url:
          type: string
        value:
          type: string
          format: byte
  securitySchemes:
    BearerToken:
      type: apiKey
      in: header
      name: Authorization
      description: JWT Bearer token