Infoworks Jobs API

The Jobs API from Infoworks — 33 operation(s) for jobs.

Operations 37

GET /admin/jobs Get the jobs details #
GET /admin/jobs/{job_id} Get the job details with `job_id` #
POST /admin/jobs/{job_id}/resubmit Resubmit Failed tables for ingestion
GET /admin/jobs/{job_id}/logs Get the job log as text stream with `job_id` #
GET /admin/jobs/{job_id}/logs/download Download iw job logs zip for iw_job with job_id
GET /admin/jobs/{job_id}/runs Get cluster jobs for iw_job with job_id
GET /admin/jobs/{job_id}/runs/{run_id} Get cluster job for iw_job with job_id and run_id
GET /admin/jobs/{job_id}/runs/{run_id}/logs Download cluster job logs zip for iw_job with job_id and run_id
GET /admin/admin-jobs Get the admin-jobs details #
GET /sources/{source_id}/jobs Get List of All jobs of this Source and it's artifacts.
POST /sources/{source_id}/jobs Initiates jobs for source and its artifacts #
GET /sources/{source_id}/jobs/{job_id} Get job with job id.
POST /sources/{source_id}/jobs/{job_id}/resubmit Resubmit Failed tables for ingestion
GET /sources/{source_id}/jobs/{job_id}/summary Get crawl job info.
GET /sources/{source_id}/jobs/{job_id}/logs Get Summary Logs for the Source Crawl Job.
GET /sources/{source_id}/jobs/{job_id}/logs/download Get Summary Logs for the Source Crawl Job.
GET /sources/:source_id/reports/jobs/ingestion-metrics Get List of All jobs of this Source and it's artifacts.
GET /sources/{source_id}/interactive-jobs Get Interactive Jobs List #
GET /sources/{source_id}/interactive-jobs/{interactive_job_id} Get Interactive Job by id #
PATCH /sources/{source_id}/interactive-jobs/{interactive_job_id} Update the job status for Interactive Job
GET /sources/{source_id}/interactive-jobs/{interactive_job_id}/logs/download Download Logs for Interactive Job #
GET /sources/{source_id}/jobs_for_source_job_type Gets Jobs Model for a Source.
GET /domains/{domain_id}/pipelines/{pipeline_id}/jobs Gets List of Pipeline Jobs. #
POST /domains/{domain_id}/pipelines/{pipeline_id}/jobs Submit Pipeline Job. #
GET /domains/{domain_id}/pipelines/{pipeline_id}/jobs/{job_id} Gets Pipeline Job. #
POST /domains/{domain_id}/pipelines/{pipeline_id}/version/{pipeline_version_id}/jobs Submit Pipeline Job. #
POST /prodops/jobs Get the jobs details #
GET /prodops/jobs/{job_id} Get the job details with `job_id` #
GET /prodops/jobs/{job_id}/cancel Cancel the job with `job_id` #
GET /prodops/jobs/{job_id}/resubmit Resubmit Failed tables for ingestion
GET /domains/{domain_id}/pipeline-groups/{pipeline_group_id}/jobs Gets List of Pipeline Jobs. #
POST /domains/{domain_id}/pipeline-groups/{pipeline_group_id}/jobs Submit Pipeline Job. #
GET /domains/{domain_id}/pipeline-groups/{pipeline_group_id}/jobs/{job_id} Gets Pipeline Groups Job. #
GET /domains/{domain_id}/pipeline-groups/{pipeline_group_id}/jobs/{job_id}/pipeline-jobs Gets Pipeline Groups Job. #
GET /domains/{domain_id}/pipeline-groups/{pipeline_group_id}/jobs/{job_id}/runs Gets Pipeline Groups Job. #
GET /domains/{domain_id}/pipeline-groups/{pipeline_group_id}/jobs/{job_id}/logs Get the job log as text stream with `job_id` #
GET /domains/{domain_id}/pipeline-groups/{pipeline_group_id}/jobs/{job_id}/logs/download Download iw job logs zip for iw_job with job_id

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/infoworks-jobs-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

infoworks-jobs-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  contact: {}
  title: Infoworks Rest API V3 Jobs API
  version: '1.0'
  description: Infoworks Rest API V3
servers:
- url: '{protocol}://{host}:{port}/v3'
  variables:
    protocol:
      default: http
      enum:
      - http
      - https
    host:
      default: localhost
    port:
      default: '3001'
tags:
- name: Jobs
  description: ''
paths:
  /admin/jobs:
    get:
      security:
      - BearerAuth: []
      operationId: getJobs
      tags:
      - Jobs
      summary: Get the jobs details
      description: Get the jobs details
      parameters:
      - name: limit
        in: query
        description: The numbers of items to return
        schema:
          type: integer
          default: 10
      - name: filter
        in: query
        description: Filter results query
        schema:
          type: string
      - name: resolve_ref
        in: query
        description: To get entity details and created by user name
        schema:
          type: boolean
      responses:
        '200':
          description: Ok.
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  properties:
                    limit:
                      type: integer
                      example: 10
                    offset:
                      type: integer
                      example: 0
                    links:
                      type: object
                      properties:
                        base:
                          type: string
                          format: uri
                          example: https://localhost:3001/v3/{admin/{workflows/{| |runs|tasks}|cluster-templates|jobs|admin-jobs|users}|sources|pipelines|cubes|domains}
                        self:
                          type: string
                          format: uri
                          example: https://localhost:3001/v3/{admin/{workflows/{| |runs|tasks}|cluster-templates|jobs|admin-jobs|users}|sources|pipelines|cubes|domains}?limit=10&offset=0
                        next:
                          type: string
                          format: uri
                          example: https://localhost:3001/v3/{admin/{workflows/{| |runs|tasks}|cluster-templates|jobs|admin-jobs|users}|sources|pipelines|cubes|domains}?limit=10&offset=10
                    total_count:
                      type: integer
                      example: 10
                  x-examples:
                    example-1: {}
                - type: object
                  properties:
                    message:
                      type: string
                      example: Example Success Message
                - type: object
                  properties:
                    result:
                      type: array
                      items:
                        type: object
                        properties:
                          id:
                            type: string
                            example: 8714887c9a8c5bb0b8794811
                          build_id:
                            type: integer
                            example: 2
                          name:
                            type: string
                            example: test_job
                          status:
                            type: string
                            enum:
                            - completed
                            - pending
                            - aborted
                            - blocked
                            - failed
                            - running
                            - canceled
                            - succeeded
                            example: completed
                          percentage:
                            type: integer
                            example: 100
                          type:
                            type: string
                            enum:
                            - source_test_connection
                            - fetch_metadata
                            - source_structured_fetch_metadata
                            - source_crawl
                            - source_crawl_chunk_load
                            - source_cdc
                            - source_unstructured_crawl
                            - source_structured_crawl
                            - source_semistructured_crawl
                            - delete_entity
                            - pipeline_metadata
                            - pipeline_build
                            - pipeline_build_restatement
                            - full_load
                            - cdc
                            - source_merge
                            - source_structured_cdc_merge
                            - source_structured_cdc
                            - source_cdc_merge
                            - source_cdc_restatement
                            - source_semistructured_cdc_merge
                            - source_semistructured_cdc
                            - metadata_cleanup_policy
                          entity_id:
                            type: string
                            example: d2f33c1d424363162692b3bf
                          entity_type:
                            type: string
                            enum:
                            - source
                            - pipeline
                            - workflow
                          sub_entity_id:
                            type: string
                            example: be034607444511f74313be63
                          sub_entity_type:
                            type: string
                            example: table_group
                          duration:
                            type: integer
                            example: 349316
                            description: This is duration of the job.
                          cluster_id:
                            type: string
                            example: j-134jnasdkjaasd
                            description: Extenal clusterId
                          compute_id:
                            type: string
                            example: be034607444511f74313be63
                            description: Infoworks compute cluster id
                          compute_name:
                            type: string
                            example: Default_Persistent_cluster
                            description: Infoworks compute name
                          created_at:
                            type: string
                            format: date-time
                            example: '2020-10-05T04:23:30.339Z'
                          created_by:
                            type: string
                            example: 6RkfybTRQQByEey3v
                            description: UserId of user who triggered the job.
                          last_updated:
                            type: string
                            example: '2019-11-21T12:54:05.875Z'
                          processed_at:
                            type: string
                            example: '2019-11-21T12:54:05.875Z'
        '400':
          description: Request has invalid body or parameters.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10006
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10006
        '401':
          description: Authentication Failed. Please check your Credentials
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10005
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10005
        '403':
          description: Forbidden. User lacks access to specified resource.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10004
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10004
        '500':
          description: Internal Server Error.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10002
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10002
  /admin/jobs/{job_id}:
    parameters:
    - name: job_id
      in: path
      description: Job Id
      required: true
      schema:
        type: string
    get:
      security:
      - BearerAuth: []
      operationId: getjobs id details
      tags:
      - Jobs
      summary: Get the job details with `job_id`
      description: Get the job details with `job_id`
      responses:
        '200':
          description: Ok.
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Example Success Message
                - type: object
                  properties:
                    result:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 8714887c9a8c5bb0b8794811
                        build_id:
                          type: integer
                          example: 2
                        name:
                          type: string
                          example: test_job
                        status:
                          type: string
                          enum:
                          - completed
                          - pending
                          - aborted
                          - blocked
                          - failed
                          - running
                          - canceled
                          - succeeded
                          example: completed
                        percentage:
                          type: integer
                          example: 100
                        type:
                          type: string
                          enum:
                          - source_test_connection
                          - fetch_metadata
                          - source_structured_fetch_metadata
                          - source_crawl
                          - source_crawl_chunk_load
                          - source_cdc
                          - source_unstructured_crawl
                          - source_structured_crawl
                          - source_semistructured_crawl
                          - delete_entity
                          - pipeline_metadata
                          - pipeline_build
                          - pipeline_build_restatement
                          - full_load
                          - cdc
                          - source_merge
                          - source_structured_cdc_merge
                          - source_structured_cdc
                          - source_cdc_merge
                          - source_cdc_restatement
                          - source_semistructured_cdc_merge
                          - source_semistructured_cdc
                          - metadata_cleanup_policy
                        entity_id:
                          type: string
                          example: d2f33c1d424363162692b3bf
                        entity_type:
                          type: string
                          enum:
                          - source
                          - pipeline
                          - workflow
                        sub_entity_id:
                          type: string
                          example: be034607444511f74313be63
                        sub_entity_type:
                          type: string
                          example: table_group
                        duration:
                          type: integer
                          example: 349316
                          description: This is duration of the job.
                        cluster_id:
                          type: string
                          example: j-134jnasdkjaasd
                          description: Extenal clusterId
                        compute_id:
                          type: string
                          example: be034607444511f74313be63
                          description: Infoworks compute cluster id
                        compute_name:
                          type: string
                          example: Default_Persistent_cluster
                          description: Infoworks compute name
                        created_at:
                          type: string
                          format: date-time
                          example: '2020-10-05T04:23:30.339Z'
                        created_by:
                          type: string
                          example: 6RkfybTRQQByEey3v
                          description: UserId of user who triggered the job.
                        last_updated:
                          type: string
                          example: '2019-11-21T12:54:05.875Z'
                        processed_at:
                          type: string
                          example: '2019-11-21T12:54:05.875Z'
        '400':
          description: Request has invalid body or parameters.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10006
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10006
        '401':
          description: Authentication Failed. Please check your Credentials
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10005
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10005
        '403':
          description: Forbidden. User lacks access to specified resource.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10004
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10004
        '500':
          description: Internal Server Error.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10002
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10002
  /admin/jobs/{job_id}/resubmit:
    parameters:
    - name: Content-Type
      in: header
      description: Http content type
      required: true
      schema:
        type: string
        enum:
        - application/json
        - multipart/form-data
        - text/plain
        default: application/json
    - name: job_id
      in: path
      description: Job Id
      required: true
      schema:
        type: string
    post:
      security:
      - BearerAuth: []
      tags:
      - Jobs
      summary: Resubmit Failed tables for ingestion
      description: Resubmit Failed tables for ingestion
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Example Success Message
                - type: object
                  properties:
                    result:
                      type: object
                      properties:
                        id:
                          type: string
                          example: e77850ad5127a2d7dab870ff
        '400':
          description: Request has invalid body or parameters.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10006
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10006
        '401':
          description: Authentication Failed. Please check your Credentials
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10005
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10005
        '403':
          description: Forbidden. User lacks access to specified resource.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10004
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10004
        '500':
          description: Internal Server Error.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10002
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10002
  /admin/jobs/{job_id}/logs:
    parameters:
    - name: job_id
      in: path
      description: Job Id
      required: true
      schema:
        type: string
    - name: num_lines
      in: query
      description: Number of lines of log required
      schema:
        type: integer
        default: 100
    get:
      security:
      - BearerAuth: []
      operationId: get_job_logs_admin
      tags:
      - Jobs
      summary: Get the job log as text stream with `job_id`
      description: Get the job log as text stream with `job_id`
      responses:
        '200':
          description: Ok.
          content:
            application/octet-stream:
              schema:
                type: string
                example: "[INFO] 2020-12-22 13:44:52,730 [main] io.infoworks.saas.ingestion.commons.utils.HeartBeatJob:24 :: Starting job for 5fe1f854e27e6d67b923f7c4\n [INFO] 2020-12-22 13:44:52,732 [main] io.infoworks.saas.ingestion.commons.utils.HeartbeatUpdater:30 :: Starting heartbeats thread\n [INFO] 2020-12-22 13:44:55,876 [main] io.infoworks.saas.ingestion.core.crawl.util.CrawlHelper:523 :: connector path :/opt/infoworks/lib/ingestion/connectors/mysql\n [INFO] 2020-12-22 13:44:55,876 [main] io.infoworks.saas.ingestion.core.crawl.util.CrawlHelper:526 :: Loading connector specific jars for :mysql\n [INFO] 2020-12-22 13:44:55,885 [main] io.infoworks.saas.ingestion.core.utils.ClassResolverFactory:214 :: Resolving connector class io.infoworks.connectors.rdbms.mysql.classresolver.ClassResolver\n [INFO] 2020-12-22 13:44:56,330 [main] io.infoworks.saas.ingestion.core.connectors.jdbc.sourcecrawler.AbstractJDBCSourceCrawler:83 :: Granted 1 connections\n [INFO] 2020-12-22 13:44:56,334 [main] io.infoworks.saas.ingestion.core.utils.ConnectionPool:24 :: Releasing 1 connections to pool\n [INFO] 2020-12-22 13:44:56,334 [main] io.infoworks.saas.ingestion.core.connectors.jdbc.sourcecrawler.AbstractJDBCSourceCrawler:83 :: Granted 1 connections\n [INFO] 2020-12-22 13:44:56,334 [main] io.infoworks.saas.ingestion.core.utils.ConnectionPool:24 :: Releasing 1 connections to pool\n [INFO] 2020-12-22 13:44:56,334 [main] io.infoworks.saas.ingestion.core.connectors.jdbc.sourcecrawler.AbstractJDBCSourceCrawler:83 :: Granted 1 connections\n [INFO] 2020-12-22 13:44:56,334 [main] io.infoworks.saas.ingestion.core.utils.ConnectionPool:24 :: Releasing 1 connections to pool\n [INFO] 2020-12-22 13:44:56,335 [main] io.infoworks.saas.ingestion.core.connectors.jdbc.sourcecrawler.AbstractJDBCSourceCrawler:83 :: Granted 1 connections\n [INFO] 2020-12-22 13:44:56,335 [main] io.infoworks.saas.ingestion.core.utils.ConnectionPool:24 :: Releasing 1 connections to pool\n [INFO] 2020-12-22 13:44:56,542 [pool-1-thread-1] io.infoworks.saas.ingestion.core.utils.ClassResolverFactory:214 :: Resolving connector class io.infoworks.connectors.rdbms.mysql.classresolver.ClassResolver\n [INFO] 2020-12-22 13:44:56,546 [pool-1-thread-4] io.infoworks.saas.ingestion.core.utils.ClassResolverFactory:214 :: Resolving connector class io.infoworks.connectors.rdbms.mysql.classresolver.ClassResolver\n [INFO] 2020-12-22 13:44:56,550 [pool-1-thread-2] io.infoworks.saas.ingestion.core.utils.ClassResolverFactory:214 :: Resolving connector class io.infoworks.connectors.rdbms.mysql.classresolver.ClassResolver\n [INFO] 2020-12-22 13:44:56,553 [pool-1-thread-3] io.infoworks.saas.ingestion.core.utils.ClassResolverFactory:214 :: Resolving connector class io.infoworks.connectors.rdbms.mysql.classresolver.ClassResolver\n [INFO] 2020-12-22 13:44:56,824 [pool-1-thread-4] io.infoworks.platform.metadb.core.sync.store.MongoDBMetaStore:37 :: Initializing mongodb meta store ...\n [INFO] 2020-12-22 13:44:56,892 [pool-1-thread-4] io.infoworks.platform.common.encryption.AES256:94 :: Attempting to decrypt data using AES-256\n"
        '400':
          description: Request has invalid body or parameters.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10006
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10006
        '401':
          description: Authentication Failed. Please check your Credentials
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10005
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10005
        '403':
          description: Forbidden. User lacks access to specified resource.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10004
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10004
        '500':
          description: Internal Server Error.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10002
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10002
  /admin/jobs/{job_id}/logs/download:
    parameters:
    - name: job_id
      in: path
      description: Job Id
      required: true
      schema:
        type: string
    get:
      security:
      - BearerAuth: []
      tags:
      - Jobs
      summary: Download iw job logs zip for iw_job with job_id
      description: Download iw job logs zip for iw_job with `job_id`
      responses:
        '200':
          description: Ok.
          content:
            application/octet-stream:
              schema:
                type: string
                format: binary
                example: log_file_5fe1f854e27e6d67b923f7c4.zip
        '400':
          description: Request has invalid body or parameters.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10006
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10006
        '401':
          description: Authentication Failed. Please check your Credentials
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10005
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10005
        '403':
          description: Forbidden. User lacks access to specified resource.
          content:
            application/json:
              schema:
                type: object
                allOf:
                - type: object
                  properties:
                    message:
                      type: string
                      example: Something went wrong
                    details:
                      type: object
                      properties: {}
                - type: object
                  properties:
                    iw_code:
                      type: string
                      example: IW10004
                    help:
                      type: string
                      example: http://api.infoworks.io/help/IW10004
        '500':
          d

# --- truncated at 32 KB (264 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/infoworks/refs/heads/main/openapi/infoworks-jobs-api-openapi.yml