SERTICA Job Histories API

The Job Histories API from SERTICA — 31 operation(s) for job histories.

Operations 33

GET /JobHistories Gets a list of JobHistories #
GET /JobHistories/{jobhistoryGuid} Gets a specific JobHistory #
PUT /JobHistories/{jobhistoryGuid} Updates an existing JobHistory #
DELETE /JobHistories/{jobhistoryGuid} Deletes a jobHistory record #
GET /JobHistories/{jobhistoryGuid}/history Gets history for a specific JobHistory #
POST /JobHistories/search Search for JobHistories Takes a SearchDefinition input, which can include… #
POST /JobHistories/searchCount Returns number of hits in a search for JobHistories Takes a SearchDefinition… #
GET /JobHistories/searchInfo Returns structured information about what and how you can search for #
POST /JobHistories/searchIndex/{jobHistoryGuid} Get index of a record in a search for job histories Takes a SearchDefinition… #
PUT /JobHistories/{jobhistoryGuid}/Finalize Finalizes a jobhistory #
GET /JobHistories/{jobhistoryGuid}/resources Fetches all Resources attached to the jobhistory #
GET /JobHistories/{jobhistoryGuid}/resources/{resourceNo} Fetches a specific Resource attached to the jobhistory #
GET /JobHistories/{jobhistoryGuid}/items Returns a list of Items used to perform the JobHistory #
GET /JobHistories/{jobhistoryGuid}/items/{itemNo} Returns a specific jobHistory Item #
GET /JobHistories/{jobhistoryGuid}/jobgroups Fetches all JobGroups attached to the jobHistory #
GET /JobHistories/{jobhistoryGuid}/jobgroups/{jobgroupNo} Fetches a specific JobHistoryGroup attached to the jobHistory #
GET /JobHistories/{jobhistoryGuid}/documents Returns a list of Documents used on the JobHistory #
GET /JobHistories/{jobHistoryGuid}/documents/{documentNo} Returns a specific jobHistory document #
POST /JobHistories/{jobhistoryGuid}/Reopen Reopens a finalized job history #
GET /JobHistories/{jobhistoryGuid}/formTemplates Fetches all FormTemplates attached to the jobhistory #
GET /JobHistories/{jobhistoryGuid}/formTemplate/{jobHistoryFormTemplateGuid} Fetches a specific FormTemplate attached to the jobhistory #
POST /JobHistories/{jobhistoryGuid}/formTemplates/createForm Creates a Form based on the supplied JobHistoryFormTemplate object #
POST /JobHistories/appSubmit Receive Job History from Forms on job app #
POST /JobHistories/{jobhistoryGuid}/AddDocuments Updates an existing finalized JobHistory with documents #
GET /JobHistories/{jobHistoryGuid}/responses Gets a list of Job History Responses #
GET /JobHistories/{jobHistoryGuid}/responses/count Returns number of JobHistoryResponses for jobHistoryGuid #
POST /JobHistories/{jobHistoryGuid}/addResponse Add response #
POST /JobHistories/{jobHistoryGuid}/webhooklogs/search Searches the Webhooks associated with the Job History #
POST /JobHistories/{jobHistoryGuid}/webhooklogs/searchCount Returns number of hits in a search for the Job History's Webhook Logs. #
POST /JobHistories/{jobHistoryGuid}/webhooklogs/{webhookLogGuid}/retransmit Retransmits a specific Webhook based on the selected Webhook Log #
POST /JobHistories/{jobHistoryGuid}/webhooklogs/{webhookLogGuid}/resolve Resolves a specific Webhook Log with a Response Log entry #
POST /JobHistories/{jobhistoryGuid}/Acknowledge Acknowledges a job history #

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/sertica-job-histories-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

sertica-job-histories-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Job Histories API
  description: 'Online API browser for SERTICA Web API.


    Be aware that some endpoints are restricted by license or user rights and may not be available in your environment.


    Each endpoint includes a description of the required license and user rights.'
  version: v1
servers:
- url: /api
tags:
- name: Job Histories
paths:
  /JobHistories:
    get:
      tags:
      - Job Histories
      summary: Gets a list of JobHistories
      operationId: GetJobHistories
      parameters:
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}:
    get:
      tags:
      - Job Histories
      summary: Gets a specific JobHistory
      operationId: GetJobHistory
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The guid of the JobHistory to get
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Returns the requested jobHistory
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If an jobHistory with the supplied JobHistory No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    put:
      tags:
      - Job Histories
      summary: Updates an existing JobHistory
      operationId: UpdateJobHistory
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The JobHistory guid of the jobHistory to update
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The JobHistory DTO object with the fields to update
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
      responses:
        '200':
          description: Returns the updated JobHistory object
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
        '400':
          description: Returns a ValidationResult with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    delete:
      tags:
      - Job Histories
      summary: Deletes a jobHistory record
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The JobHistoryNo of the JobHistory to delete
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '204':
          description: No Content
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory_Delete</td><td style='border-bottom:none'>Delete</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      operationId: deleteJobHistoriesByJobhistoryGuid
      x-operation-id-source: derived
  /JobHistories/{jobhistoryGuid}/history:
    get:
      tags:
      - Job Histories
      summary: Gets history for a specific JobHistory
      operationId: GetJobHistoryHistory
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The JobHistoryNo to get
        required: true
        schema:
          type: string
          format: uuid
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 5
      responses:
        '200':
          description: Returns the requested jobHistory
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If an jobHistory with the supplied JobHistory No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory_HistoryMode</td><td style='border-bottom:none'>HistoryMode</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/search:
    post:
      tags:
      - Job Histories
      summary: Search for JobHistories Takes a SearchDefinition input, which can include…
      operationId: SearchJobHistories
      parameters:
      - name: page
        in: query
        description: Page
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: Pagesize
        schema:
          type: integer
          format: int32
          default: 25
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: Returns the requested jobHistory
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/searchCount:
    post:
      tags:
      - Job Histories
      summary: Returns number of hits in a search for JobHistories Takes a SearchDefinition…
      operationId: SearchCountJobHistories
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/searchInfo:
    get:
      tags:
      - Job Histories
      summary: Returns structured information about what and how you can search for
      operationId: SearchInfoJobHistories
      responses:
        '200':
          description: Returns a list of valid search fields
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            text/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
  /JobHistories/searchIndex/{jobHistoryGuid}:
    post:
      tags:
      - Job Histories
      summary: Get index of a record in a search for job histories Takes a SearchDefinition…
      operationId: SearchIndexJobHistories
      parameters:
      - name: jobHistoryGuid
        in: path
        description: The job history to get index for
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/Finalize:
    put:
      tags:
      - Job Histories
      summary: Finalizes a jobhistory
      operationId: FinalizeJobHistory
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The jobhistory to finalizy
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The jobhistory to finalize
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistory'
      responses:
        '200':
          description: Returns a Job Deactivation Result with information about the deactivated jobs
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
        '400':
          description: Returns a Job Deactivation Result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
        '404':
          description: Returns not found if no JobHistory exists with the supplied jobhistoryGuid
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory_Finalize</td><td style='border-bottom:none'>Finalize</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/resources:
    get:
      tags:
      - Job Histories
      summary: Fetches all Resources attached to the jobhistory
      operationId: GetJobHistoryResources
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The guid to fetch resources for
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Returns the resources for the jobhistory
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryResource'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryResource'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryResource'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/resources/{resourceNo}:
    get:
      tags:
      - Job Histories
      summary: Fetches a specific Resource attached to the jobhistory
      operationId: GetJobHistoryResource
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The guid to fetch resources for
        required: true
        schema:
          type: string
          format: uuid
      - name: resourceNo
        in: path
        description: The resource no to fetch
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the resources for the jobhistory
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryResource'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryResource'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryResource'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/items:
    get:
      tags:
      - Job Histories
      summary: Returns a list of Items used to perform the JobHistory
      operationId: GetJobHistoryItems
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The JobHistoryno to fetch items for
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Returns the spare parts for the jobHistory
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryItem'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryItem'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryItem'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/items/{itemNo}:
    get:
      tags:
      - Job Histories
      summary: Returns a specific jobHistory Item
      operationId: GetJobHistoryItem
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The JobHistoryno
        required: true
        schema:
          type: string
          format: uuid
      - name: itemNo
        in: path
        description: The itemNo to fetch
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the spare parts for the jobHistory
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryItem'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryItem'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryItem'
        '404':
          description: If a jobHistory item with the supplied ItemNo cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/jobgroups:
    get:
      tags:
      - Job Histories
      summary: Fetches all JobGroups attached to the jobHistory
      operationId: GetJobHistoryJobGroups
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The JobHistory guid to fetch jobgroups for
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Returns the jobHistorygroups for the jobHistory
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryJobGroup'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryJobGroup'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryJobGroup'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/jobgroups/{jobgroupNo}:
    get:
      tags:
      - Job Histories
      summary: Fetches a specific JobHistoryGroup attached to the jobHistory
      operationId: GetJobHistoryJobGroup
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The JobHistory guid to fetch jobgroups for
        required: true
        schema:
          type: string
          format: uuid
      - name: jobgroupNo
        in: path
        description: The jobgroup no to fetch
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the jobHistorygroups for the jobHistory
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryJobGroup'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryJobGroup'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryJobGroup'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobhistoryGuid}/documents:
    get:
      tags:
      - Job Histories
      summary: Returns a list of Documents used on the JobHistory
      operationId: GetJobHistoryDocuments
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The guid to fetch documents for
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Returns the triggers for the jobhistory
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryDocument'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryDocument'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryDocument'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /JobHistories/{jobHistoryGuid}/documents/{documentNo}:
    get:
      tags:
      - Job Histories
      summary: Returns a specific jobHistory document
      operationId: GetJobHistoryDocument
      parameters:
      - name: jobhistoryGuid
        in: path
        description: The Jobno
        required: true
        schema:
          type: string
          format: uuid
      - name: documentNo
        in: path
        description: The no of the document to fetch
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the document for the jobHistory
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryDocument'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryDocument'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.JobHistory.JobHistoryDocument'
        '404':
          description: If a jobHistory document with the supplied no cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</t

# --- truncated at 32 KB (98 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/openapi/sertica-job-histories-api-openapi.yml