Run 목록 조회
    • PDF

    Run 목록 조회

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    모든 Run 목록을 조회합니다.

    GET https://nsml.apigw.ntruss.com/nsml/v1/projects/runs?page=1&pageSize=10
    

    요청

    요청 파라미터

    필드명타입설명비고
    pageIntegerpage indexdefault: 1
    pageSizeIntegerpage sizedefault: 10

    응답

    필드명타입설명비고
    runList[].runNameStringRun 이름숫자값 - auto increment
    runList[].projectIdStringProject ID
    runList[].projectNameStringProject 이름
    runList[].statusStringRun 상태
    projects[].createdDateString생성 일자
    projects[].updatedDateString업데이트 일자

    응답 Status

    HTTP StatusDesc
    200OK
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    406Not Accepted
    500Internal Server Error

    예시

    요청 예시

    GET /nsml/v1/projects/runs
    
    Host: nsml.apigw.ntruss.com
    accept: application/json
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    x-ncp-apigw-api-key: {apigw-api-key}
    

    응답 예시

    {
      "runList": [
        {
          "runName": "3",
          "projectId": "2mdnduoena36ekcv4v7",
          "projectName": "test-project-1",
          "status": "RUN_STATE_COMPLETED",
          "creator": "ncp-user-1772",
          "createTime": "2023-02-20 17:48:47",
          "updateTime": "2023-02-20 17:52:37"
        },
        {
          "runName": "4",
          "projectId": "2x6ijrgeyq6s3ojy9ur",
          "projectName": "test-project-2",
          "status": "RUN_STATE_IN_PROGRESS",
          "creator": "ncp-user-1772",
          "createTime": "2023-02-17 17:16:02",
          "updateTime": "2023-02-17 17:17:32"
        }
      "totalCount": 2
    }
    

    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.