adobe / spacecat-api-service

Edge Delivery services experience success as a service automation: SpaceCat + Star Catalogue
Apache License 2.0
4 stars 3 forks source link

feat: API to get all import jobs #440

Closed swetabar closed 2 months ago

swetabar commented 3 months ago

Related Issues

SITES-23126

Build out the API to get all the import jobs data for representation in PowerBI

Sample response:


[{
        "id": "50ad5e05-bc98-4810-a264-e1043bf7847b",
        "baseURL": "https://www.testing.ca",
        "options": {
            "enableJavascript": false,
            "scrollToBottom": true
        },
        "startTime": "2024-08-21T16:38:05.446Z",
        "status": "RUNNING",
        "urlCount": 1,
        "importQueueId": "spacecat-import-queue-1-dev",
        "initiatedBy": {
            "apiKeyName": "Dev Key",
            "userAgent": "insomnia/2023.5.8-adobe",
            "imsUserId": "Ottawa-team",
            "imsOrgId": "Adobe"
        }
}]
github-actions[bot] commented 3 months ago

This PR will trigger a minor release when merged.

blefebvre commented 2 months ago

I see it working on stage! 👏

Screenshot 2024-08-21 at 1 46 55 PM
solaris007 commented 2 months ago

:tada: This issue has been resolved in version 1.62.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: