Skip to content

Jobs Management API Specification

Open API 2.0 Specification

JobsApi

Method / Description HTTP request
getJobById
Get a job by ID for the tenant.
GET /v4/{tenantId}/jobs/{jobId}
getJobEvents
Get the events for a specified job.
GET /v4/{tenantId}/jobs/{jobId}/events
getJobStages
Get the stages for a specified job.
GET /v4/{tenantId}/jobs/{jobId}/stages

Documentation for Models

Documentation for Authorization

Oauth2Scheme

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL: https://auth.alertsense.com/account/login
  • Scopes:
  • tamarack: Hickory
  • content: ExternalID
  • elm: GIS

JwtBearerTokenScheme

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header