Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Informatica Jobs API

Start, stop, and monitor job execution for tasks, taskflows, and other runnable assets.

Informatica Jobs API is one of 12 APIs that Informatica publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 37 JSON Schema definitions.

Tagged areas include Jobs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 37 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 3 base URLs: https://dm-us.informaticacloud.com, https://dm-em.informaticacloud.com, https://dm-ap.informaticacloud.com.

3 operations 3 paths 5 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Servers
https://dm-us.informaticacloud.com
https://dm-em.informaticacloud.com
https://dm-ap.informaticacloud.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Informatica Jobs API declares 1 security scheme for authenticating requests. An API key is passed in the header as icSessionId (icSessionId). By default, every request must be authenticated.

  • icSessionId — The REST API session ID returned by the login endpoint. Include this value in the icSessionId header for all authenticated requests. The session expires after…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Jobs 3

Start, stop, and monitor job execution for tasks, taskflows, and other runnable assets.

POST
/saas/api/v2/job
Informatica Start a Job for a Task or Taskflow
startJob body → 200400401
POST
/saas/api/v2/job/stop
Informatica Stop a Running Job
stopJob body → 200400404
GET
/saas/api/v2/activity/activityLog
Informatica Retrieve Activity Log Entries for Jobs
getActivityLog 5 params → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ActivityLogEntry (20 properties), JobStartRequest (6 properties), JobStopRequest (5 properties), ErrorResponse (5 properties). Each schema is shown below with its type and property counts.

ActivityLogEntry
object
An entry in the activity log representing the execution status of a job.
20 properties
ErrorResponse
object
Error response returned when a request fails.
5 properties
JobStopRequest
object
Request body for stopping a running job.
5 properties 2 required
JobStartRequest
object
Request body for starting a job. You can identify the task by taskId or taskName, and must specify the task type.
6 properties 2 required
JobStartResponse
object
Response returned when a job is successfully started.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

informatica-jobs-api-openapi.yml Raw ↑

Other APIs Informatica publishes across the network.

Informatica Data Integration REST API
Informatica Cloud Data Governance and Catalog API
Informatica Cloud Data Profiling REST API
Informatica Cloud Address Verification API
Informatica B2B Gateway REST API
Informatica Reference 360 REST API
Informatica Authentication API
Informatica Connections API
Informatica Mapping Tasks API
Informatica Mappings API
Informatica Schedules API