Get an export job

get

https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob/{id}

Returns the export job that matches the specified ID, including its current status and details.

Request

Path Parameters
Query Parameters
  • The comma-separated field names that are returned in the response. The field names are the names that you specify when you create or retrieve a resource.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The export job was returned successfully.
Body ()
Root Schema : ExportJobOracle
Title: ExportJobOracle
Match All
Show Source
  • ExportJob
    Title: ExportJob
    Discriminator: { "propertyName":"@type", "mapping":{ "ExportJob":"#/components/schemas/ExportJob", "ExportJobOracle":"#/components/schemas/ExportJobOracle" } }
    The task that exports resources to a file.
  • type
Nested Schema : ExportJob
Type: object
Title: ExportJob
Discriminator: @type

Discriminator Values

The task that exports resources to a file.
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : ExportOptionsOracle
Type: object
Title: ExportOptionsOracle
The task that exports resources to a file.
Show Source
Nested Schema : exportSummary
Type: object
The summary of the export job.
Show Source
Nested Schema : filter
Type: array
A list of filters associated with the export option.
Show Source
Nested Schema : TimePeriodOracle
Type: object
Title: TimePeriodOracle
The validity period of the related party.
Show Source
Nested Schema : notificationUsers
Type: array
A list of notification users associated with the export option.
Show Source
Nested Schema : project
Type: object
The project associated with the export options.
Show Source
Nested Schema : resourceType
Type: array
A list of resource types associated with the export option.
Show Source
  • Allowed Values: [ "productRule", "package", "commercial_bundle", "service_bundle", "service", "device", "accessory", "productOffering", "productOfferingPrice", "priceplan", "productLine", "promotion", "policyRule", "pricingLogicAlgorithmSpecification", "balanceElement", "productSpecification", "serviceSpecification", "usageSpecification", "customerProfileSpecification", "pricelist", "customProfileSpecification", "taxServiceProvider", "catalog", "category", "entitlement", "priceTag" ]
Nested Schema : ScheduleJobOracle
Type: object
The schedule job resource.
Show Source
Nested Schema : ExportFilterOracle
Type: object
Title: ExportFilterOracle
The export filter resource.
Show Source
Nested Schema : recurrenceFields
Type: object
The recurrence fields associated with the schedule job.
Show Source
Nested Schema : dayOfMonth
Type: array
A list of day of months associated with the schedule job.
Show Source
Nested Schema : dayOfWeek
Type: array
A list of day of weeks associated with the schedule job.
Show Source
  • Allowed Values: [ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ]
    Indicates the day of week for schedule job recurrence. Valid values are MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
Nested Schema : monthOfyear
Type: array
A list of month ofyears associated with the schedule job.
Show Source
  • Allowed Values: [ "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER" ]
    Indicates the month of year for schedule job recurrence. Valid values are JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, and DECEMBER.
Nested Schema : timeOfDay
Type: object
Indicates the time of day for schedule job recurrence.
Show Source
  • Minimum Value: 0
    Maximum Value: 23
    The hour associated with the schedule job.
  • Minimum Value: 0
    Maximum Value: 59
    The minute associated with the schedule job.
  • Minimum Value: 0
    Maximum Value: 59
    The second associated with the schedule job.
Nested Schema : weekOfMonth
Type: array
A list of week of months associated with the schedule job.
Show Source
  • Allowed Values: [ "FIRST", "SECOND", "THIRD", "FOURTH", "FIFTH", "LAST" ]
    Indicates the week of month for schedule job recurrence. Valid values are FIRST, SECOND, THIRD, FOURTH, FIFTH, and LAST.
Nested Schema : resources
Type: array
A list of resources included in the export summary.
Show Source
Nested Schema : ExportSummaryResource
Type: object
Title: ExportSummaryResource
The object that contains exported resource details, such as name and count.
Show Source

400 Response

Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

401 Response

Your request isn't authorized. The authentication credentials included with this request are missing or invalid.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

404 Response

The resource with the specified URI couldn't be found.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

500 Response

The server encountered something unexpected that prevented it from completing the request.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

501 Response

The server doesn't support the functionality required to fulfill the request.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source
Back to Top

Examples

The following example shows how to retrieve an export job by submitting a get request on the REST resource using cURL.

curl -u username:password -X GET https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob/{JobId}

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "id": 129942,
    "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob/129942",
    "status": "COMPLETED",
    "creationDate": "2025-02-19 16:24:34.729",
    "@type": "ExportJobOracle",
    "exportOptions": {
        "filenamePrefix": "FileExport001",
        "lifecycleStatus": "In design",
        "exportReferenced": false,
        "resourceType": [
            "package",
            "commercial_bundle",
            "service_bundle",
            "service",
            "device",
            "accessory",
            "priceplan",
            "catalog",
            "category",
            "pricingLogicAlgorithmSpecification",
            "policy",
            "productSpecification"
        ]
    },
    "contentType": "application/json"
}

Example of Response Body (Get Export Job by ID For Scheduled Export)

The following example shows the contents of the response body in JSON format.

{
    "id": 732687,
    "@type": "ExportJobOracle",
    "href": "https://cptcabnqy.fusionapps.ocs.oc-test.com/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob/732687",
    "status": "FINISHED",
    "creationDate": "2026-04-22 11:44:00.5",
    "completionDate": "2026-04-23 06:08:45.741",
    "exportOptions": {
        "notificationUsers": "[]",
        "filenamePrefix": "ServiceSpecification0422202617135810005",
        "filter": "[]",
        "scheduleJob": {
            "startDateTime": "2026-04-23T07:07:58+01:00",
            "endDateTime": "2026-06-17T00:00:00+01:00",
            "recurrenceFields": {
                "frequency": "MONTHLY",
                "interval": 2,
                "weekOfMonth": [],
                "dayOfWeek": []
            }
        },
        "exportReferenced": false,
        "resourceType": [
            "serviceSpecification"
        ],
        "fileFormat": "json"
    },
    "contentType": "application/json",
    "createdBy": "booth",
    "path": "serviceSpecification",
    "scheduleRunInfo": {
        "isScheduleParent": true
    }
}
Back to Top