Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Session logs for a code task

Session logs for a
code task

Use the jobs resource to access the
code task
session logs.

GET request

To access the session logs of a
code task
, use the
code task
job ID. The
code task
job ID is included in the response when you start a
code task
. For more information, see Start.
Use the following URI to get
code task
session logs:
GET <server URL>/logservice/api/v1/jobs/<Code task job ID>/logs
You can use the Postman Send and Download option.

GET response

Returns a link to the
code task
ZIP file for the requested job ID.
Returns the error object if errors occurred.

GET request example

Use this sample as a reference to access
code task
session logs.
GET <server URL>/logservice/api/v1/jobs/<Code task job ID>/logs Content-Type: application/json Accept: application/json IDS-SESSION-ID:{{IDS_SESSION_ID}}

0 COMMENTS

We’d like to hear from you!