getExecutionResult
    • PDF

    getExecutionResult

    • PDF

    Article Summary

    View the total number of executions, number of succeeded and failed executions.

    GET https://dataflow.apigw.ntruss.com/api/v1/stats/executions?startDate={startDate}&endDate={endDate}
    

    Requests

    Request parameters

    Parameter nameRequiredTypeService limitsDescription
    startDateYesStringDatetime(YYYY-MM-DDTHH:mm:ss)Start time
    endDateYesStringDatetime(YYYY-MM-DDTHH:mm:ss)End time

    Responses

    Field nameTypeDescriptionNote
    totalCountNumberTotal number of execution
    completedCountNumberNumber of succeeded
    failedCountNumberNumber of failed

    Response Status

    HTTP StatusDesc
    200OK (View complete)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    Examples

    Request examples

    GET /api/v1/stats/executions?startDate=2023-10-01T00%3A00%3A00&endDate=2023-10-31T23%3A59%3A59
    
    Host: dataflow.apigw.ntruss.com
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    
    

    Response examples

    {
      "totalCount": 10,
      "completedCount": 9,
      "failedCount": 1
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.