MENU
      build history

        build history


        Article summary

        Overview

        View the SourceBuild project build history.

        Requests

        API URL

        GET  {SOURCEBUILD_API_URL}/api/v1/project/{projectId}/history
        Plain text

        Request parameters

        ItemTypeDescriptionRemarks
        projectIdstringProject IDView with projectList API

        Request queries

        None

        Request bodies

        None

        Responses

        Response bodies

        {
            "total": "number",
            "history": [
                {
                    "projectId": "number",
                    "buildId": "string",
                    "begin": "number",
                    "end": "number",
                    "userId": "string",
                    "status": "string",
                    "failedPhase": "string" | "null"
                }
            ]
        }
        JSON
        ItemTypeDescriptionRemarks
        totalnumberBuild history count
        history[].projectIdnumberProject ID
        history[].buildIdstringBuild history ID
        history[].beginnumberBuild start time
        history[].endnumberBuild complete time
        history[].userIdstringBuilder user ID
        history[].statusstringBuild status
        history[].failedPhasestringBuild failed phaseNull when build succeeds

        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.