Enterprise Data Catalog REST API Reference > Resource REST APIs > Resource Info API
  

Resource Info API

You can run the GET <CatalogAdmin>:<port>/access/2/catalog/resources/jobs/loads/{id} REST API to get the job status for the specified resource.

Monitor a Resource Job

resources/jobs/loads/{id}
API to list the job status of the specified resource.
REST API Element
Input Format
Request URL
<CatalogAdmin>:<port>/access/2/catalog/resources/jobs/loads/{id}
HTTP Method Type
GET

Request Parameters

Parameter
Required or Optional
Description
Parameter Type
Data Type
id
Required
ID of the resource job.
Path
String

Response Codes

Code
Reason
200
Listed the details about the specified resource job.
400
Missing or invalid resource name
401
Missing login credentials
403
User does not have the access permission to view or edit the resource
404
Requested resource not found
429
Rate limit for requests encountered

Sample Call Using Curl

curl -X GET "http://<CatalogAdmin>:<port>/access/2/catalog/resources/jobs/loads/232" -H "accept: application/json"