All Products
Search
Document Center

Simple Log Service:GetJobInstance

Last Updated:Jul 16, 2026

Retrieves a job instance.

Operation description

Description

  • This API operation is used to query the details of a specific node instance in a project.

  • The callerOwner parameter is an optional options parameter that identifies the owner information of the invoker.

  • Ensure that the projectName, jobName, and instanceId parameters are correct to obtain the expected response.

  • This operation supports HTTP and HTTPS protocols and requires a valid AccessKey pair to authenticate.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /jobs/{jobName}/jobinstances/{instanceId} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

jobName

string

No

The job name.

alps-exp-ite

instanceId

string

No

The instance ID.

467b2b2cb7de2a9-656946cb235f3-52f6f88

Request parameters

Parameter

Type

Required

Description

Example

project

string

No

The project name.

test

callerOwner

string

No

The owner of the job.

12312

Response elements

Element

Type

Description

Example

JobInstance

The job configuration information.

Examples

Success response

JSON format

{
  "instanceId": "",
  "jobName": "",
  "jobScheduleId": "",
  "displayName": "",
  "description": "",
  "createTimeInMillis": 0,
  "beginTimeInMillis": 0,
  "updateTimeInMillis": 0,
  "scheduleTimeInMillis": 0,
  "state": "",
  "errorCode": "",
  "errorMessage": "",
  "summary": "",
  "result": ""
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.