MENU
      Running history details

        Running history details


        Article summary

        Overview

        View the SourcePipeline history details.

        Requests

        API URL

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

        Request parameters

        ItemTypeRequiredDescriptionNote
        projectIdstringYProject ID
        historyIdstringYTask result ID

        Request queries

        None

        Request bodies

        None

        Responses

        Response bodies

        {
            "history": {
                "id": "number",
                "projectId": "number",
                "begin": "number",
                "end": "number",
                "status": "string",
                "tasks": [
                    {
                        "id": "number",
                        "name": "string",
                        "type": "string",
                        "config": {
                            "projectId": "number",
                            "target": {
                                "name": "string",
                                "type": "string",
                                "info": {
                                    "repository": "string",
                                    "branch": "string"
                                }
                            }
                        },
                        "linkedTasks": ["string"],
                        "status": "string",
                        "resultId": "string"
                    }
                ]
            }
        }
        JSON
        ItemTypeDescriptionNote
        idnumberPipeline task result ID
        projectIdnumberProject ID
        beginnumberRun start timetimestamp
        endnumberRun end timetimestamp
        statusstringTask status
        tasks.idnumberTask ID
        tasks.namestringTask name
        tasks.typestringTask type
        tasks.linkedTasksstring[]Connected tasks
        tasks.statusstringTask result
        tasks.resultIdstringTask result ID
        tasks.config.projectIdnumberTask project ID
        tasks.config.stageIdnumberTask stage ID
        tasks.config.scenario.idnumberTask scenario ID
        tasks.config.target.namestringName of connected task
        tasks.config.target.typestringType of connected task
        tasks.config.target.info.repositorystringConnected task - repository
        tasks.config.target.info.branchstringConnected task - branch
        tasks.config.target.info.projectNamestringConnected task - SourceBuild project name
        tasks.config.target.info.filestringConnected task - Object Storage file name (including path)
        tasks.config.target.info.manifeststringConnected task - NKS manifest

        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.