MENU
      Execution History List

        Execution History List


        Article summary

        Overview

        View the SourcePipeline history list.

        Requests

        API URL

        GET  {SOURCEPIPELINE_API_URL}/project/{projectId}/history
        Plain text

        Request parameters

        ItemTypeRequirement statusDescriptionRemarks
        projectIdstringYProject ID

        Request queries

        ItemTypeRequirement statusDescriptionRemarks
        pageNostringNPage number. Forward the entire list if there is no pageNo or pageSizerequired if pageSize exist
        pageSizestringNPage size. Forward the entire list if there is no pageNo or pageSizerequired if pageNo exist

        Request bodies

        None

        Responses

        Response bodies

        {
            "historyList": [
                {
                    "projectId": "number",
                    "id": "number",
                    "requestType": "string" ,
                    "requestId": "string",
                    "begin": "number",
                    "end": "number",
                    "status": "string"
                }
            ]
        }
        JSON
        ItemTypeDescriptionRemarks
        historyList.projectIdnumberPipeline project ID
        historyList.idnumberPipeline task result ID
        historyList.requestTypestringPipeline request typeconsole or trigger
        historyList.requestIdstringUser that requested running the pipeline
        historyList.beginnumberPipeline run start time (timestamp)
        historyList.endnumberPipeline run end time (timestamp)
        historyList.statusstringPipeline run status

        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.