Skip to main content
GET
/
v1
/
process
/
getProcess
curl --location --globoff '/v1/process/getProcess?page=1&perPageCount=60&filters={%22subProjectId_id%22%3A%20%2245d7cc15-7fb5-4e34-cb12-192bc4511aa5%22}' \
--header 'Authorization: Bearer <<ACCESS_TOKEN>>'
{
    "meta": {
        "page": "1",
        "perPageCount": "10",
        "totalCount": "1",
        "totalPages": "1"
    },
    "processes": [
        {
            "id": "ef341826-1cab-4680-aa52-efd001f9da00",
            "createdTs": "2026-04-15T19:52:25.401561Z",
            "state": "INIT",
            "priority": "LOW",
            "fields": {
                "productName": "CORE - Custom LLM Deployment",
                "productOwner": "Chandra Prakash"
            }
        }
    ]
}

Query Parameters

page
string
required
Page number for the retrieval
perPageCount
string
required
Count for each pages to hold
filters
json
required
JSON string of filters. Example: {"subProjectId_id": "45d7cc15-7fb5-4e34-aa61-192bc4511aa5"}

Response

meta
object
processes
object[]
curl --location --globoff '/v1/process/getProcess?page=1&perPageCount=60&filters={%22subProjectId_id%22%3A%20%2245d7cc15-7fb5-4e34-cb12-192bc4511aa5%22}' \
--header 'Authorization: Bearer <<ACCESS_TOKEN>>'
{
    "meta": {
        "page": "1",
        "perPageCount": "10",
        "totalCount": "1",
        "totalPages": "1"
    },
    "processes": [
        {
            "id": "ef341826-1cab-4680-aa52-efd001f9da00",
            "createdTs": "2026-04-15T19:52:25.401561Z",
            "state": "INIT",
            "priority": "LOW",
            "fields": {
                "productName": "CORE - Custom LLM Deployment",
                "productOwner": "Chandra Prakash"
            }
        }
    ]
}

Error Codes

ErrorID
ERROR_PROCESS_META_IS_MISSING_IN_REQUEST1200
ERROR_PROCESS_META_NOT_FOUND1201
ERROR_SUBPROCESS_META_NOT_FOUND1202
ERROR_RBAC_SETTINGS_MISSING1203
ERROR_RBAC_SETTINGS_MISSING_FOR_USER1204
ERROR_NOT_ALLOWED_TO_GET1205
ERROR_NOT_ALLOWED_TO_CALL_METHOD1209
ERROR_NOT_ALLOWED_THROUGH_FILTERS1210
ERROR_PROCESS_ID_NOT_FOUND1221
ERROR_ACCESSING_AUDIT_LOGS1227
ERROR_PROCESS_UNKNOWN_FIELD_IN_REQUEST1230
ERROR_PROCESS_UNKNOWN_FIELD_IN_REQUEST1231
ERROR_PROCESS_INVALID_FIELD_VALUE1232