Download OpenAPI specification:Download
OpsChain is an orchestration and change automation platform based in GitOps principles with a core objective to Unify Change. Connect, automate, and orchestrate people, processes, and tools across your on-premise and cloud platforms.
version: 2026-06-18 (ed1920b47)
Endpoints to interact with projects.
Notes:
show and list response payloads include links to the project's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all projects (including archived projects).
Each project in the response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| filter[<query/sort filter>]= | |
| download | string Example: download=projects.csv Download the projects in CSV format with the specified file name. The projects will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "07e9784d-6242-486c-8e7b-db785a57c5ca",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "floyd_flatley",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9c3b28de-f773-473e-8ad8-dee294f9e8d9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9c3b28de-f773-473e-8ad8-dee294f9e8d9"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "bbb2ea44-b3ef-4c5d-b3da-ec3a4ccbdda9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/bbb2ea44-b3ef-4c5d-b3da-ec3a4ccbdda9"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a project.
required | object |
{- "data": {
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "project_type": "Enterprise"
}
}
}{- "data": {
- "id": "379c2476-0197-4b62-b8b0-a713deddb76d",
- "type": "project",
- "attributes": {
- "code": "7qoox",
- "name": "in562",
- "description": "Ex velit eos quae.",
- "archived": false,
- "created_by": "logged_in_user",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3a44c5a9-1ba5-46fc-a728-2697564e0ee0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3a44c5a9-1ba5-46fc-a728-2697564e0ee0"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "d4ebd098-a8a8-43c0-a358-5ae86f64c75f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d4ebd098-a8a8-43c0-a358-5ae86f64c75f"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/7qoox",
- "bookmarks": "/api/projects/7qoox/bookmarks",
- "git_remotes": "/api/projects/7qoox/git_remotes",
- "environments": "/api/projects/7qoox/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Shows a project, including any direct children.
The response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
{- "data": {
- "id": "071bcd96-cada-40da-a8dc-64bd0910f286",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "elijah_koelpin",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4175a8d8-7105-430c-8039-e1d3d5b6cb03",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4175a8d8-7105-430c-8039-e1d3d5b6cb03"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "30571bcd-5022-4d77-8e10-3d1048253dc8",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/30571bcd-5022-4d77-8e10-3d1048253dc8"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [ ]
}Updates a project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated project",
- "archived": false
}
}
}{- "data": {
- "id": "ff42ae65-ada0-4501-ab1b-524334451849",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "vitae571",
- "description": "Et consequatur non quibusdam.",
- "archived": true,
- "created_by": "hermelinda.wiza",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f6043e43-52e0-44b4-bff4-d9a11e7d1b6c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f6043e43-52e0-44b4-bff4-d9a11e7d1b6c"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "79a89b90-a4bf-4fbe-8116-05347681c789",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/79a89b90-a4bf-4fbe-8116-05347681c789"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "git_remotes": "/api/projects/opc/git_remotes",
- "environments": "/api/projects/opc/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Archives a project.
| project_code required | string Example: opc project code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the project. |
Endpoints to interact with environments.
Notes:
show and list response payloads include links to the environment's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all project environments (including archived environments).
Each environment in the response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=environments.csv Download the project environments in CSV format with the specified file name. The environments will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "02edccd2-b3b6-484a-a03d-69723b7f3b82",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "columbus_ullrich"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8a0592b1-4a28-4f21-9087-ce0307d58cbe",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8a0592b1-4a28-4f21-9087-ce0307d58cbe"
}
}, - "parents": {
- "data": [
- {
- "id": "d683709b-3ba3-4254-b428-8dfce1ab0889",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "5706822a-6f00-42ca-b606-136320e32138",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5706822a-6f00-42ca-b606-136320e32138"
}
}, - "parent": {
- "data": {
- "id": "d683709b-3ba3-4254-b428-8dfce1ab0889",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "d683709b-3ba3-4254-b428-8dfce1ab0889",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an environment.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment"
}
}
}{- "data": {
- "id": "d724507e-1348-4dc5-876c-267fa188e69e",
- "type": "environment",
- "attributes": {
- "code": "ynghx",
- "name": "enim490",
- "description": "Ducimus maxime porro tempore.",
- "archived": false,
- "created_by": "logged_in_user"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "74b80ed7-5d26-48d7-8caf-e43437f87544",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/74b80ed7-5d26-48d7-8caf-e43437f87544"
}
}, - "parents": {
- "data": [
- {
- "id": "327402f0-3673-4ec1-8f0a-44c9ec8ca188",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "47761323-58cb-40e0-8229-e324683f4cac",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/47761323-58cb-40e0-8229-e324683f4cac"
}
}, - "parent": {
- "data": {
- "id": "327402f0-3673-4ec1-8f0a-44c9ec8ca188",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "327402f0-3673-4ec1-8f0a-44c9ec8ca188",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/ynghx",
- "bookmarks": "/api/projects/opc/environments/ynghx/bookmarks",
- "changes": "/api/projects/opc/environments/ynghx/changes",
- "scheduled_activities": "/api/projects/opc/environments/ynghx/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/ynghx/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Shows an environment.
The response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "94b45b5b-f9b7-4e42-94e3-a4d8e6590962",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "danuta_schuster"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7a429dca-d6b8-41b3-ba72-7e3580473d45",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7a429dca-d6b8-41b3-ba72-7e3580473d45"
}
}, - "parents": {
- "data": [
- {
- "id": "1202a851-c573-4167-98d9-9a01e3bf5d29",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b0e61b3c-25f8-4de7-88ca-47688dd37e6a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b0e61b3c-25f8-4de7-88ca-47688dd37e6a"
}
}, - "parent": {
- "data": {
- "id": "1202a851-c573-4167-98d9-9a01e3bf5d29",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "1202a851-c573-4167-98d9-9a01e3bf5d29",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "1202a851-c573-4167-98d9-9a01e3bf5d29",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "willy",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8ebf9831-a70e-4aa9-a866-bca39c888f6e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8ebf9831-a70e-4aa9-a866-bca39c888f6e"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "2e350373-039b-4c07-88e9-dd1a5629f78f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2e350373-039b-4c07-88e9-dd1a5629f78f"
}
}, - "children": {
- "data": [
- {
- "id": "94b45b5b-f9b7-4e42-94e3-a4d8e6590962",
- "type": "environment"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
]
}Updates an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated environment",
- "archived": false
}
}
}{- "data": {
- "id": "557a47a7-02ad-4b8a-9279-ce23e0c8ad23",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "perspiciatis500",
- "description": "Ipsa facilis praesentium totam.",
- "archived": true,
- "created_by": "sonny_miller"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d3523a8f-0591-4131-9693-885b8c6a73a2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d3523a8f-0591-4131-9693-885b8c6a73a2"
}
}, - "parents": {
- "data": [
- {
- "id": "8e5b141e-aa79-4a70-9275-22fcaf8564d3",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "0becc034-18f1-436d-81f4-e25274a7d4a4",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0becc034-18f1-436d-81f4-e25274a7d4a4"
}
}, - "parent": {
- "data": {
- "id": "8e5b141e-aa79-4a70-9275-22fcaf8564d3",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "8e5b141e-aa79-4a70-9275-22fcaf8564d3",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Archives an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the environment. |
Show the converged settings for this environment, merged from all settings sources in the hierarchy (global, project, and environment settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "dev",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "requires_approval_from": "System Configuration"
}
}
}
}
}Show the converged properties for this environment, merged from all database properties sources in the hierarchy (project and environment properties).
The API response will also include the individual database properties that were included in the result.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
| converge_date | string Example: converge_date=2026-06-18T09:20:55+00:00 Specify the date (and optionally time), to derive the active environment properties from. |
{- "data": {
- "id": "dev",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "43d257d6-603d-4393-b93b-fb2a4fd2bc4f",
- "type": "properties_version"
}, - {
- "id": "72da5860-d253-480c-9dfe-e1aaff92c24d",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}
}
}
}, - "included": [
- {
- "id": "43d257d6-603d-4393-b93b-fb2a4fd2bc4f",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:21:55.244844Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "84344e1a-582c-4c80-90be-c52c8d3b0c09",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/84344e1a-582c-4c80-90be-c52c8d3b0c09"
}
}
}, - "links": {
- "versions": "/api/properties/84344e1a-582c-4c80-90be-c52c8d3b0c09/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/84344e1a-582c-4c80-90be-c52c8d3b0c09/versions/1"
}, - "meta": { }
}, - {
- "id": "72da5860-d253-480c-9dfe-e1aaff92c24d",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:21:55.267713Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8ea5ccee-55d9-44ba-906c-b9a3e345819d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8ea5ccee-55d9-44ba-906c-b9a3e345819d"
}
}
}, - "links": {
- "versions": "/api/properties/8ea5ccee-55d9-44ba-906c-b9a3e345819d/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/8ea5ccee-55d9-44ba-906c-b9a3e345819d/versions/1"
}, - "meta": { }
}
]
}Endpoints to interact with agents.
Notes:
show and list response payloads include links to the agent's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Builds the container image for an agent. Note, this does not restart the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "41112bfc-1e8b-48ba-bf61-b883b24ab469",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "logged_in_user",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-18T09:21:02.363512Z",
- "updated_at": "2026-06-18T09:21:02.363512Z",
- "image_sha": null,
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "7a37991b-06a1-41d0-bdb1-5e230d58df90",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "f36bd5e8-03dc-463e-b53e-725461607ef6",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/5efb42f0-e27c-45d3-8f14-4819f60a9ef2/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/41112bfc-1e8b-48ba-bf61-b883b24ab469",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=41112bfc-1e8b-48ba-bf61-b883b24ab469"
}
}
}Shows the status for an agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "bf85950c-ce7f-4ab4-9116-25edb477dbee",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "node": {
- "data": {
- "id": "2b1e344a-9b98-4700-9c73-a83d5137d2ba",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": {
- "id": "2fc9bb2f-0657-4493-954c-883af906bb34",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "2fc9bb2f-0657-4493-954c-883af906bb34",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "2fc9bb2f-0657-4493-954c-883af906bb34",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "leticia_vandervort",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-18T09:21:02.728032Z",
- "updated_at": "2026-06-18T09:21:02.740755Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "06bd31b0-211b-41d9-90ab-6eb6923fe71b",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "2b1e344a-9b98-4700-9c73-a83d5137d2ba",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/dba9c83c-7283-429b-9079-4e34732e6715/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/2fc9bb2f-0657-4493-954c-883af906bb34",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=2fc9bb2f-0657-4493-954c-883af906bb34"
}
}
]
}Update an agent status.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
required | object |
{- "data": {
- "attributes": {
- "desired_status": "running",
- "image_sha": "sha256:de10faf919fc71ba4eb1dd7bd6449566d012b0c9436b1c61bfee21d621b009aa"
}
}
}{- "data": {
- "id": "b879666c-a7af-4f84-9910-ee8aad7c0033",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "node": {
- "data": {
- "id": "642377cf-3e97-4955-b148-c37fb1ec81a0",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": null
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "deedcf79-0052-4c3c-bb84-ed448ac5d7f4",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "deedcf79-0052-4c3c-bb84-ed448ac5d7f4",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "moon_spencer",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-18T09:21:03.172466Z",
- "updated_at": "2026-06-18T09:21:03.185520Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "b1ab137f-714c-477c-ad1e-30facd3904f8",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "642377cf-3e97-4955-b148-c37fb1ec81a0",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/1dc11bef-6fc9-4368-9a73-a370ce23f04f/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/deedcf79-0052-4c3c-bb84-ed448ac5d7f4",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=deedcf79-0052-4c3c-bb84-ed448ac5d7f4"
}
}
]
}Shows log lines for the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "5156ec47-0683-402f-978d-50707539adee",
- "type": "agent_log_line",
- "attributes": {
- "message": "Agents running on OpsChain :-)",
- "category": "action",
- "agent_path": "/projects/opc/agents/agent1",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows Kubernetes events for the agent. This request will only succeed when the agent is running.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": [
- {
- "id": "0",
- "type": "agent_event",
- "attributes": {
- "created_at": "2026-02-13T09:59:50.041123Z",
- "message": "Kubernetes event for this agent."
}
}
]
}Lists all agents (including archived agents) that belong to the project.
Each agent in the response includes a link to:
changes endpoint for managing changes belonging to this agent. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this agent. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this agent. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this agent. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this agent's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this agent's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=agents.csv Download the agents in CSV format with the specified file name. The agents will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "380778c5-fbf6-454f-8f3b-ca1fc4ff71d4",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "mellisa_runte",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "fddd2539-725a-4722-9b4c-e687b4f1a655",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/fddd2539-725a-4722-9b4c-e687b4f1a655"
}
}, - "parents": {
- "data": [
- {
- "id": "111533f9-b484-4370-9548-f02b413b91ce",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "2d4d86b1-614f-4be4-8cb3-206e818069e5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2d4d86b1-614f-4be4-8cb3-206e818069e5"
}
}, - "parent": {
- "data": {
- "id": "111533f9-b484-4370-9548-f02b413b91ce",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "111533f9-b484-4370-9548-f02b413b91ce",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "a237ae1a-1524-4962-b564-e9e91771ad29",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/118b551e-c5fe-48f7-b039-67164aae5536/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "118b551e-c5fe-48f7-b039-67164aae5536",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/118b551e-c5fe-48f7-b039-67164aae5536"
}
}, - "current_node_background_task": {
- "data": {
- "id": "ed549950-4885-4b8e-8c3a-2ea15639c76e",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/ed549950-4885-4b8e-8c3a-2ea15639c76e"
}
}, - "agent_status": {
- "data": {
- "id": "1eb57ae9-3d41-45e5-84ae-999bc771054b",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an agent.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "template_code": "agn",
- "template_version": "2026_Q1_2"
}
}
}{- "data": {
- "id": "d0a6cd4d-23b2-4cd6-b9cb-d36394211ed5",
- "type": "agent",
- "attributes": {
- "code": "4pguz",
- "name": "nisi414",
- "description": "Autem qui ea ut.",
- "archived": false,
- "created_by": "logged_in_user",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "675a9025-44f5-4006-9a50-1fb6359c33d8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/675a9025-44f5-4006-9a50-1fb6359c33d8"
}
}, - "parents": {
- "data": [
- {
- "id": "b1cbc554-7183-4e03-be6a-18057504a68a",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "f00e1f9f-bbc5-477d-8407-6e33494156af",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f00e1f9f-bbc5-477d-8407-6e33494156af"
}
}, - "parent": {
- "data": {
- "id": "b1cbc554-7183-4e03-be6a-18057504a68a",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "b1cbc554-7183-4e03-be6a-18057504a68a",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "ead04f74-08fe-46c0-8806-428d2dea94f6",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/51143778-dbf6-4bd1-a0ac-c18e56cf7363/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "51143778-dbf6-4bd1-a0ac-c18e56cf7363",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/51143778-dbf6-4bd1-a0ac-c18e56cf7363"
}
}, - "current_node_background_task": {
- "data": {
- "id": "36d85117-6680-4fb2-8c4c-edaf203726b5",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/4pguz/node_background_tasks/36d85117-6680-4fb2-8c4c-edaf203726b5"
}
}, - "agent_status": {
- "data": {
- "id": "28d501c2-1967-4b54-a398-6083065d5adc",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/4pguz/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/4pguz",
- "bookmarks": "/api/projects/opc/agents/4pguz/bookmarks",
- "converged_properties": "/api/projects/opc/agents/4pguz/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/4pguz/node_background_tasks",
- "version_history": "/api/projects/opc/agents/4pguz/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Shows an agent belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this agent. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this agent. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this agent. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this agent. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this agent's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this agent's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "12720225-8ea6-4aa3-ada1-e5270dc62a49",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "andre",
- "actions": [ ],
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "64ed97f5-bad4-4538-9f81-6b2ffa5ae8d5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/64ed97f5-bad4-4538-9f81-6b2ffa5ae8d5"
}
}, - "parents": {
- "data": [
- {
- "id": "836f5471-50b4-49d1-a32c-d50ffcfe023e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "2cb26e9e-35de-40da-a2aa-0a450e7284d3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2cb26e9e-35de-40da-a2aa-0a450e7284d3"
}
}, - "parent": {
- "data": {
- "id": "836f5471-50b4-49d1-a32c-d50ffcfe023e",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "836f5471-50b4-49d1-a32c-d50ffcfe023e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "2cef5c33-c8a9-41e2-acfb-4b91c0992745",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/60cd9486-6089-4036-a0f0-b772bac7ec44/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "60cd9486-6089-4036-a0f0-b772bac7ec44",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/60cd9486-6089-4036-a0f0-b772bac7ec44"
}
}, - "current_node_background_task": {
- "data": {
- "id": "8cf6bb18-cb1a-43cc-8d5d-54e8a55194ac",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/8cf6bb18-cb1a-43cc-8d5d-54e8a55194ac"
}
}, - "agent_status": {
- "data": {
- "id": "d50d0c82-e16f-4ab4-bf2e-ce970aacfe3d",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "836f5471-50b4-49d1-a32c-d50ffcfe023e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "sydney",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a9d69f80-802c-4e40-87f1-422090cd1426",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a9d69f80-802c-4e40-87f1-422090cd1426"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "3ee1da6e-a4b3-41b8-bd87-95e31838fcdf",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3ee1da6e-a4b3-41b8-bd87-95e31838fcdf"
}
}, - "children": {
- "data": [
- {
- "id": "12720225-8ea6-4aa3-ada1-e5270dc62a49",
- "type": "agent"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "60cd9486-6089-4036-a0f0-b772bac7ec44",
- "type": "template",
- "attributes": {
- "code": "agn",
- "name": "Agent example",
- "description": null,
- "archived": false,
- "disabled": false,
- "template_type": "agent",
- "created_at": "2026-06-18T09:21:44.174013Z",
- "updated_at": "2026-06-18T09:21:44.174013Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "b98761b4-a16e-4d3d-a166-08565cae7695",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "2cef5c33-c8a9-41e2-acfb-4b91c0992745",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "12720225-8ea6-4aa3-ada1-e5270dc62a49",
- "type": "agent"
}, - {
- "id": "12720225-8ea6-4aa3-ada1-e5270dc62a49",
- "type": "agent"
}
]
}, - "project": {
- "data": {
- "id": "836f5471-50b4-49d1-a32c-d50ffcfe023e",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/60cd9486-6089-4036-a0f0-b772bac7ec44",
- "template_versions": "/api/projects/opc/templates/60cd9486-6089-4036-a0f0-b772bac7ec44/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "2cef5c33-c8a9-41e2-acfb-4b91c0992745",
- "type": "template_version",
- "attributes": {
- "version": "2026_Q1_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "betsy",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-18T09:21:44.187505Z",
- "updated_at": "2026-06-18T09:21:44.187505Z",
- "git_rev": "haptic",
- "commit_sha": "dc3156648816945600e289242b22d3cc1958ebe8",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "02efa1a4-cbd1-4624-8097-447f50cb8228",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/02efa1a4-cbd1-4624-8097-447f50cb8228"
}
}, - "settings": {
- "data": {
- "id": "f917fed6-de72-43e8-977a-9928e301ab80",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f917fed6-de72-43e8-977a-9928e301ab80"
}
}, - "project": {
- "data": {
- "id": "836f5471-50b4-49d1-a32c-d50ffcfe023e",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "60cd9486-6089-4036-a0f0-b772bac7ec44",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/60cd9486-6089-4036-a0f0-b772bac7ec44/versions/2026_Q1_2",
- "template": "/api/projects/opc/templates/60cd9486-6089-4036-a0f0-b772bac7ec44"
}
}, - {
- "id": "8cf6bb18-cb1a-43cc-8d5d-54e8a55194ac",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "narcisa",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-18T09:21:44.238396Z",
- "updated_at": "2026-06-18T09:21:44.248267Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "1e503f29-f3d7-4919-b31e-ece7c702d079",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "12720225-8ea6-4aa3-ada1-e5270dc62a49",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/60cd9486-6089-4036-a0f0-b772bac7ec44/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/8cf6bb18-cb1a-43cc-8d5d-54e8a55194ac",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=8cf6bb18-cb1a-43cc-8d5d-54e8a55194ac"
}
}, - {
- "id": "d50d0c82-e16f-4ab4-bf2e-ce970aacfe3d",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "node": {
- "data": {
- "id": "12720225-8ea6-4aa3-ada1-e5270dc62a49",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": {
- "id": "8cf6bb18-cb1a-43cc-8d5d-54e8a55194ac",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "8cf6bb18-cb1a-43cc-8d5d-54e8a55194ac",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}
]
}Updates an agent belonging to a project.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated agent",
- "archived": false
}
}
}{- "data": {
- "id": "ad952c30-3bc9-4f61-b258-81a4a628e183",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "facilis424",
- "description": "Est quia quod omnis.",
- "archived": true,
- "created_by": "jake.koss",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0a75b491-641a-493d-99af-fafb1675d0ae",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0a75b491-641a-493d-99af-fafb1675d0ae"
}
}, - "parents": {
- "data": [
- {
- "id": "f5bea273-43bb-4c18-beec-3868edb2b2ca",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "09ae11e4-a416-4c51-9eba-f4a1d6b2f9be",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/09ae11e4-a416-4c51-9eba-f4a1d6b2f9be"
}
}, - "parent": {
- "data": {
- "id": "f5bea273-43bb-4c18-beec-3868edb2b2ca",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "f5bea273-43bb-4c18-beec-3868edb2b2ca",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "656f9259-dbe2-4a15-91ce-0e311e37b4f9",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/445cb101-0dc5-41f8-8a4e-a41517e56be1/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "445cb101-0dc5-41f8-8a4e-a41517e56be1",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/445cb101-0dc5-41f8-8a4e-a41517e56be1"
}
}, - "current_node_background_task": {
- "data": {
- "id": "d8547ab0-757c-4559-a17a-97c19304ed93",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/d8547ab0-757c-4559-a17a-97c19304ed93"
}
}, - "agent_status": {
- "data": {
- "id": "d9e21063-56d5-40de-91fc-b53badde6b09",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Show the converged settings for this agent, merged from all settings sources in the hierarchy (global and project settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| converge_date | string Example: converge_date=2026-06-18T09:20:55+00:00 Specify the date (and optionally time), to derive the active template version and agent settings from. |
{- "data": {
- "id": "agent1",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "requires_approval_from": "System Configuration"
}
}
}
}
}Show the converged properties as they will appear for this agent. i.e. the endpoint will
The API response will also include all the individual repository and database properties that were included in the result.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| converge_date | string Example: converge_date=2026-06-18T09:20:55+00:00 Specify the date (and optionally time), to derive the active template version and agent properties from. |
{- "data": {
- "id": "agent1",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "repo": "project_properties",
- "common": "property",
- "project": "property",
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}, - "relationships": {
- "repository_properties": {
- "data": [
- {
- "id": "properties.yaml",
- "type": "repository_properties"
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties"
}
]
}, - "properties": {
- "data": [
- {
- "id": "ff90c721-dac5-437f-9c45-58024da03c24",
- "type": "properties_version"
}, - {
- "id": "21cbd023-ea63-40df-a870-d638dd35f506",
- "type": "properties_version"
}, - {
- "id": "ddbf87ae-ba4d-4553-bcc6-8d4778351170",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: .opschain/projects/opc.yaml",
- "common": "Repository: .opschain/properties.yaml",
- "project": "Repository: .opschain/projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}
}
}
}, - "included": [
- {
- "id": "ff90c721-dac5-437f-9c45-58024da03c24",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:21:46.852983Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "31e72d22-4890-440d-95a5-b245eb662e36",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/31e72d22-4890-440d-95a5-b245eb662e36"
}
}
}, - "links": {
- "versions": "/api/properties/31e72d22-4890-440d-95a5-b245eb662e36/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/31e72d22-4890-440d-95a5-b245eb662e36/versions/1"
}, - "meta": { }
}, - {
- "id": "21cbd023-ea63-40df-a870-d638dd35f506",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:21:46.893870Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3cba0ecb-aebc-4566-b890-560f4f7ac697",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3cba0ecb-aebc-4566-b890-560f4f7ac697"
}
}
}, - "links": {
- "versions": "/api/properties/3cba0ecb-aebc-4566-b890-560f4f7ac697/versions",
- "owner": "/api/projects/opc/templates/d8c04c52-5491-414b-8f84-bb8fad90bfca/versions/2026_Q1_2",
- "self": "/api/properties/3cba0ecb-aebc-4566-b890-560f4f7ac697/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "5f2d34a9-c758-4d30-8145-14d71c2f0e3e"
}
}
}, - {
- "id": "ddbf87ae-ba4d-4553-bcc6-8d4778351170",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:21:46.928831Z",
- "owner_type": "Agent"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "52e09308-76b5-4de0-9237-4207579f50fe",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/52e09308-76b5-4de0-9237-4207579f50fe"
}
}
}, - "links": {
- "versions": "/api/properties/52e09308-76b5-4de0-9237-4207579f50fe/versions",
- "owner": "/api/projects/opc/agents/agent1",
- "self": "/api/properties/52e09308-76b5-4de0-9237-4207579f50fe/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "5f2d34a9-c758-4d30-8145-14d71c2f0e3e"
}
}
}, - {
- "id": "properties.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "base_properties",
- "common": "property"
}
}, - "links": {
- "repository_path": ".opschain/properties.yaml"
}
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "project_properties",
- "project": "property"
}
}, - "links": {
- "repository_path": ".opschain/projects/opc.yaml"
}
}
]
}Endpoints to interact with assets.
Notes:
show and list response payloads include links to the asset's changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all assets (including archived assets) that belong to the project.
Each asset in the response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=assets.csv Download the project assets in CSV format with the specified file name. The assets will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "b41ffdcd-fca1-4461-b123-0b8cebe50fa3",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "ela_kunze",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "75245449-e3c2-407b-9c60-e7aaf2f556f9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/75245449-e3c2-407b-9c60-e7aaf2f556f9"
}
}, - "parents": {
- "data": [
- {
- "id": "50c4ad31-67ad-476e-be76-9cb58eae8e71",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7e010007-3bd6-4979-9fdf-58079fa7a6c2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7e010007-3bd6-4979-9fdf-58079fa7a6c2"
}
}, - "parent": {
- "data": {
- "id": "50c4ad31-67ad-476e-be76-9cb58eae8e71",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "50c4ad31-67ad-476e-be76-9cb58eae8e71",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "9274488f-1349-418e-99a7-463e3d8d5e0b",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/87b5ec09-74ee-4a63-b562-ad1147bb5914/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "adaf3eb0-b2a3-4089-b779-416d4dc1e4b1",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "87b5ec09-74ee-4a63-b562-ad1147bb5914",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/87b5ec09-74ee-4a63-b562-ad1147bb5914"
}
}, - "current_node_background_task": {
- "data": {
- "id": "ae6e646e-ac3e-41a3-abf3-7049570dc65c",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/ae6e646e-ac3e-41a3-abf3-7049570dc65c"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an asset belonging to the project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "template_code": "soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "e991ac4c-3844-430b-a13b-055f0a3efd78",
- "type": "asset",
- "attributes": {
- "code": "vzqcg",
- "name": "adipisci444",
- "description": "Aut et et laborum.",
- "archived": false,
- "created_by": "logged_in_user",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2f8fc8e8-8ee9-4703-b331-511049956f12",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2f8fc8e8-8ee9-4703-b331-511049956f12"
}
}, - "parents": {
- "data": [
- {
- "id": "78251499-8bd7-41cd-8a75-dc93e5745a04",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "15c7f9c0-c08a-4fcf-a79f-72c753d59cb3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/15c7f9c0-c08a-4fcf-a79f-72c753d59cb3"
}
}, - "parent": {
- "data": {
- "id": "78251499-8bd7-41cd-8a75-dc93e5745a04",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "78251499-8bd7-41cd-8a75-dc93e5745a04",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "2ed2aa75-1bce-46b1-b0bf-b5ba15e583ab",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/0b3bc4a8-c666-4af6-b207-7f714daef168/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "0b3bc4a8-c666-4af6-b207-7f714daef168",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/0b3bc4a8-c666-4af6-b207-7f714daef168"
}
}, - "current_node_background_task": {
- "data": {
- "id": "6fd4f350-adb1-45d2-8de9-5263dcd7f2a4",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/vzqcg/node_background_tasks/6fd4f350-adb1-45d2-8de9-5263dcd7f2a4"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/vzqcg",
- "bookmarks": "/api/projects/opc/assets/vzqcg/bookmarks",
- "changes": "/api/projects/opc/assets/vzqcg/changes",
- "scheduled_activities": "/api/projects/opc/assets/vzqcg/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/vzqcg/converged_properties",
- "mintmodels": "/api/projects/opc/assets/vzqcg/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/vzqcg/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/vzqcg/node_background_tasks",
- "version_history": "/api/projects/opc/assets/vzqcg/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Shows an asset belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "9e040ba5-c733-4b38-8cc1-9088ebc9e507",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "wynell.rodriguez",
- "actions": [
- {
- "name": "input",
- "children": [ ],
- "full_path": "input",
- "stage_step": false,
- "description": "Synthesizing the bandwidth won't do anything, we need to input the 1080p jbod capacitor!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "synthesize",
- "children": [ ],
- "full_path": "synthesize",
- "stage_step": false,
- "description": "Transmitting the application won't do anything, we need to compress the solid state usb program!",
- "child_execution_strategy": "sequential"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0223a5b4-574d-412b-9dd7-033b5bd81f40",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0223a5b4-574d-412b-9dd7-033b5bd81f40"
}
}, - "parents": {
- "data": [
- {
- "id": "9c8a59c0-6b93-4c56-8587-6980390b3883",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "774ad251-d56e-460e-99b6-0bb648ea1b53",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/774ad251-d56e-460e-99b6-0bb648ea1b53"
}
}, - "parent": {
- "data": {
- "id": "9c8a59c0-6b93-4c56-8587-6980390b3883",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "9c8a59c0-6b93-4c56-8587-6980390b3883",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "5e460e46-85a7-487b-844e-5f0a69d58b40",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "7a3c43be-aef0-4549-ba38-cc6722c0066a",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8"
}
}, - "current_node_background_task": {
- "data": {
- "id": "0d9203f2-44ad-4f7f-b111-e290c1055d1a",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/0d9203f2-44ad-4f7f-b111-e290c1055d1a"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "9c8a59c0-6b93-4c56-8587-6980390b3883",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "teddy.hilpert",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c0bfae35-66ad-4513-a3b2-354db3f7e191",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c0bfae35-66ad-4513-a3b2-354db3f7e191"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "cd85b4b5-e857-40f0-8306-4daa25341c54",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/cd85b4b5-e857-40f0-8306-4daa25341c54"
}
}, - "children": {
- "data": [
- {
- "id": "9e040ba5-c733-4b38-8cc1-9088ebc9e507",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "7a3c43be-aef0-4549-ba38-cc6722c0066a",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "deane.crooks",
- "created_at": "2026-06-18T09:21:48.153636Z",
- "updated_at": "2026-06-18T09:21:48.153636Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "9e040ba5-c733-4b38-8cc1-9088ebc9e507",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/7a3c43be-aef0-4549-ba38-cc6722c0066a",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-18T09:21:48.060337Z",
- "updated_at": "2026-06-18T09:21:48.060337Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "155e3a9e-0526-4b2c-ab92-f863e2f2d4e7",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "5e460e46-85a7-487b-844e-5f0a69d58b40",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "9e040ba5-c733-4b38-8cc1-9088ebc9e507",
- "type": "asset"
}
]
}, - "project": {
- "data": {
- "id": "9c8a59c0-6b93-4c56-8587-6980390b3883",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8",
- "template_versions": "/api/projects/opc/templates/a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "5e460e46-85a7-487b-844e-5f0a69d58b40",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "shannon_moen",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-18T09:21:48.076171Z",
- "updated_at": "2026-06-18T09:21:48.076171Z",
- "has_mintmodel": true,
- "git_rev": "haptic",
- "commit_sha": "d198b821834ef3880c2dcc9a88863970ba0d425e",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "444f465c-ffcd-4205-8f76-ddea173074be",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/444f465c-ffcd-4205-8f76-ddea173074be"
}
}, - "settings": {
- "data": {
- "id": "390245b0-6c00-4d4f-a2fa-86927c658fe5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/390245b0-6c00-4d4f-a2fa-86927c658fe5"
}
}, - "project": {
- "data": {
- "id": "9c8a59c0-6b93-4c56-8587-6980390b3883",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/a5f3f35e-6e2f-40c1-9c7a-99da445f3ac8"
}
}
]
}Updates an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated asset",
- "archived": false
}
}
}{- "data": {
- "id": "14e70d87-7d18-47e8-9b17-3b367ef1fb8f",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "dolorem454",
- "description": "Odio molestias architecto hic.",
- "archived": true,
- "created_by": "antony",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f6ddb86b-6bc3-4e5d-a2cb-42a85f17e830",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f6ddb86b-6bc3-4e5d-a2cb-42a85f17e830"
}
}, - "parents": {
- "data": [
- {
- "id": "62b38224-1840-4186-a1ed-68aba599ba09",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "60c4c44e-3ad2-4be8-8934-20abb795757c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/60c4c44e-3ad2-4be8-8934-20abb795757c"
}
}, - "parent": {
- "data": {
- "id": "62b38224-1840-4186-a1ed-68aba599ba09",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "62b38224-1840-4186-a1ed-68aba599ba09",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "a5b33918-b290-4ea5-a76b-32bb95eaeaec",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/50edaad7-d21e-461d-9097-49d7aafba51a/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "f8b35abf-2167-4ebc-876b-b0f2cf1ccbdb",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "50edaad7-d21e-461d-9097-49d7aafba51a",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/50edaad7-d21e-461d-9097-49d7aafba51a"
}
}, - "current_node_background_task": {
- "data": {
- "id": "09cc054f-518c-4103-9759-c18acc3f7145",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/09cc054f-518c-4103-9759-c18acc3f7145"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Show the converged settings for this asset, merged from all settings sources in the hierarchy (global, project, environment, and asset settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| converge_date | string Example: converge_date=2026-06-18T09:20:55+00:00 Specify the date (and optionally time), to derive the active template version and asset settings from. |
{- "data": {
- "id": "prj_soa",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "requires_approval_from": "System Configuration"
}
}
}
}
}Show the converged properties as they will appear to actions run on this asset. i.e. the endpoint will
The API response will also include all the individual repository and database properties that were included in the result.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| converge_date | string Example: converge_date=2026-06-18T09:20:55+00:00 Specify the date (and optionally time), to derive the active template version and asset properties from. |
{- "data": {
- "id": "prj_soa",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "repo": "project_properties",
- "common": "property",
- "project": "property",
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}, - "relationships": {
- "repository_properties": {
- "data": [
- {
- "id": "properties.yaml",
- "type": "repository_properties"
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties"
}
]
}, - "properties": {
- "data": [
- {
- "id": "b8c84deb-bf72-45a7-8890-11ebe910b521",
- "type": "properties_version"
}, - {
- "id": "9006e1c9-170b-4374-b028-af079f8d593e",
- "type": "properties_version"
}, - {
- "id": "a4547234-87ab-4136-917e-44d3bfb94406",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: .opschain/projects/opc.yaml",
- "common": "Repository: .opschain/properties.yaml",
- "project": "Repository: .opschain/projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}
}
}
}, - "included": [
- {
- "id": "b8c84deb-bf72-45a7-8890-11ebe910b521",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:21:50.328714Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c8312bda-7b06-4d34-8fc6-4f14a4869aea",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c8312bda-7b06-4d34-8fc6-4f14a4869aea"
}
}
}, - "links": {
- "versions": "/api/properties/c8312bda-7b06-4d34-8fc6-4f14a4869aea/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/c8312bda-7b06-4d34-8fc6-4f14a4869aea/versions/1"
}, - "meta": { }
}, - {
- "id": "9006e1c9-170b-4374-b028-af079f8d593e",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:21:50.380462Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5e2fb57a-8d35-49a2-ba7d-7a077f84dab9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5e2fb57a-8d35-49a2-ba7d-7a077f84dab9"
}
}
}, - "links": {
- "versions": "/api/properties/5e2fb57a-8d35-49a2-ba7d-7a077f84dab9/versions",
- "owner": "/api/projects/opc/templates/4465683f-718a-42dd-bf65-00ec7f56c2bb/versions/2023_Q4_2",
- "self": "/api/properties/5e2fb57a-8d35-49a2-ba7d-7a077f84dab9/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "02def5de-96e9-40b8-abc4-108c1a9c7e02"
}
}
}, - {
- "id": "a4547234-87ab-4136-917e-44d3bfb94406",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:21:50.410440Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ca63bf73-0299-4f07-ab1a-ae5940882e91",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ca63bf73-0299-4f07-ab1a-ae5940882e91"
}
}
}, - "links": {
- "versions": "/api/properties/ca63bf73-0299-4f07-ab1a-ae5940882e91/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/ca63bf73-0299-4f07-ab1a-ae5940882e91/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "02def5de-96e9-40b8-abc4-108c1a9c7e02"
}
}
}, - {
- "id": "properties.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "base_properties",
- "common": "property"
}
}, - "links": {
- "repository_path": ".opschain/properties.yaml"
}
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "project_properties",
- "project": "property"
}
}, - "links": {
- "repository_path": ".opschain/projects/opc.yaml"
}
}
]
}List the log lines generated while building an image and querying the actions available for this asset / template version combination.
Note: See the list filtered log lines API docs for filtering options.
| node_background_task_id required | string Example: 2ccb30b2-cd26-4725-b820-8e6fa32b1f8c |
| filter[<query/sort filter>]= | |
| download | string Example: download=change.log Download the log lines with the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "65b59129-636e-4bc3-adc1-7a66437d0676",
- "type": "node_background_task_log_line",
- "attributes": {
- "message": "Quasi consequatur quo nesciunt.",
- "category": "action",
- "template_version_history_id": "280ef273-e7b3-4467-bbaf-2a1310802392",
- "node_background_task_id": "e27e6c58-df49-4469-9e84-8c234f835107",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a request to refresh the actions list for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "5a601fc9-43bf-40ff-81ac-30b1fa4454a4",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "logged_in_user",
- "actions": [ ],
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-06-18T09:21:51.387251Z",
- "updated_at": "2026-06-18T09:21:51.387251Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "43c967e7-2254-47e5-9887-6369b8ba2497",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "1a918205-6ae8-4fa2-aa2c-851c521210fb",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/36aa94cc-31e8-44ca-9cb3-16d46ba9ebfe/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/5a601fc9-43bf-40ff-81ac-30b1fa4454a4",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=5a601fc9-43bf-40ff-81ac-30b1fa4454a4"
}
}
}Lists all generate actions requests made for the asset's current template version.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "ae7e4033-5741-441a-b70b-bc010b11c03b",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "rubin",
- "actions": [
- {
- "name": "connect",
- "children": [ ],
- "full_path": "connect",
- "stage_step": false,
- "description": "If we program the interface, we can get to the COM matrix through the online AI circuit!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "calculate",
- "children": [ ],
- "full_path": "calculate",
- "stage_step": false,
- "description": "We need to navigate the digital FTP transmitter!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-06-18T09:21:51.621027Z",
- "updated_at": "2026-06-18T09:21:51.628934Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "135a14ca-868e-4d73-b229-32459aeeff00",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "a4a9ba26-534d-4e74-9526-465c416de3a4",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/0b8fc24a-030b-4626-a8b5-b73ca3d3a978/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/ae7e4033-5741-441a-b70b-bc010b11c03b",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=ae7e4033-5741-441a-b70b-bc010b11c03b"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}
}
}Show a specific actions generation request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| node_background_task_id required | string Example: 2ccb30b2-cd26-4725-b820-8e6fa32b1f8c generate actions request id |
{- "data": {
- "id": "fa118a45-04c5-4a58-af53-14b2a07ee826",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "fredda.greenfelder",
- "actions": [
- {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "The AGP firewall is down, override the cross-platform hard drive so we can override the THX array!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "transmit",
- "children": [ ],
- "full_path": "transmit",
- "stage_step": false,
- "description": "Use the wireless SMS array, then you can generate the multi-byte protocol!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-06-18T09:21:51.926508Z",
- "updated_at": "2026-06-18T09:21:51.933384Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "477e2dae-0e4a-4419-91f9-5b6d4b8357c7",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "46aeee38-a235-4f76-8418-8d5ba96c569f",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/c5a9b790-550a-4925-a483-2985e81b2f48/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/fa118a45-04c5-4a58-af53-14b2a07ee826",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=fa118a45-04c5-4a58-af53-14b2a07ee826"
}
}
}Cancels the generate actions request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| node_background_task_id required | string Example: 2ccb30b2-cd26-4725-b820-8e6fa32b1f8c generate actions request id |
Lists all properties versions and template versions for the asset and its parents.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "f2651458-4447-4f4b-8b26-c3df9f190493",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-06-18T09:22:02Z"
}
]
}
}, - {
- "id": "44615235-d8c9-4f7a-a479-b88afa668167",
- "type": "asset",
- "attributes": {
- "level": 2,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-06-18T09:22:02Z"
}
], - "template_versions": [ ]
}
}
]
}Lists the template versions that have been assigned to the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "a8c4415d-da11-4f43-bb59-1aa9a773c566",
- "type": "template_version_history",
- "attributes": {
- "created_by": "harland",
- "active_from": "2026-06-18T09:22:13.664210Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "fce39040-8e16-4ed6-9339-e44876f8bdc1",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "2cab96b3-285b-44a5-9926-5f742ded9177",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "9fdda985-8fc7-4ba4-a25f-ec4778e68cf6",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/a6c41e2c-a344-456c-a4fe-97f15b009afd/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/a8c4415d-da11-4f43-bb59-1aa9a773c566",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a specific project asset's template version history record.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| id required | string Example: 687b8f12-3e3b-41d9-a48c-676482e74368 version history id |
{- "data": {
- "id": "3685d285-9841-43c1-b6d0-9b389f7b4137",
- "type": "template_version_history",
- "attributes": {
- "created_by": "wesley_grady",
- "active_from": "2026-06-18T09:22:13.844134Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "0134ac7c-1032-4b92-891f-58e0313ca975",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "811aac60-ed09-419a-94ee-7053ad9c5172",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "2c57e2b9-fa4b-4c11-a324-71e613aaa6f3",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/2779099f-bf44-4a53-b9b3-6bf2268a6a48/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/3685d285-9841-43c1-b6d0-9b389f7b4137",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "0134ac7c-1032-4b92-891f-58e0313ca975",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "wesley_grady",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ba5249ef-d74c-4f22-9043-956d72647bdf",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ba5249ef-d74c-4f22-9043-956d72647bdf"
}
}, - "parents": {
- "data": [
- {
- "id": "db0e1225-18cb-4ef3-9074-8941752a9d70",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c48516e3-cf5f-4e03-a698-ab4a6a912740",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c48516e3-cf5f-4e03-a698-ab4a6a912740"
}
}, - "parent": {
- "data": {
- "id": "db0e1225-18cb-4ef3-9074-8941752a9d70",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "db0e1225-18cb-4ef3-9074-8941752a9d70",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "811aac60-ed09-419a-94ee-7053ad9c5172",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/2779099f-bf44-4a53-b9b3-6bf2268a6a48/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "f1e348d9-3d59-45f2-9f32-7b0a569f4f44",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "2779099f-bf44-4a53-b9b3-6bf2268a6a48",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/2779099f-bf44-4a53-b9b3-6bf2268a6a48"
}
}, - "current_node_background_task": {
- "data": {
- "id": "2c57e2b9-fa4b-4c11-a324-71e613aaa6f3",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/2c57e2b9-fa4b-4c11-a324-71e613aaa6f3"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "811aac60-ed09-419a-94ee-7053ad9c5172",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "norma.green",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-18T09:22:13.802542Z",
- "updated_at": "2026-06-18T09:22:13.802542Z",
- "has_mintmodel": true,
- "git_rev": "haptic",
- "commit_sha": "eea30cf512ad022b7664fb5d6aaad0a5b26edcb1",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "30f3a079-76ab-416e-9275-6c8dcd7c2033",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/30f3a079-76ab-416e-9275-6c8dcd7c2033"
}
}, - "settings": {
- "data": {
- "id": "2172e65f-2ad3-49f7-829b-7b74b4c77a1e",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2172e65f-2ad3-49f7-829b-7b74b4c77a1e"
}
}, - "project": {
- "data": {
- "id": "db0e1225-18cb-4ef3-9074-8941752a9d70",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "2779099f-bf44-4a53-b9b3-6bf2268a6a48",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/2779099f-bf44-4a53-b9b3-6bf2268a6a48/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/2779099f-bf44-4a53-b9b3-6bf2268a6a48"
}
}
]
}Templates provide the available actions and a base set of repository properties that will be used to configure the asset.
Lists all versions of a specific template.
| project_code required | string Example: opc project code |
| template_id required | string Example: d6a11187-0f2f-4242-9b16-83c313898a26 template id |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "abfc4950-dec5-464e-b070-9c8dc1c2dacc",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "quintin",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-18T09:22:14.020316Z",
- "updated_at": "2026-06-18T09:22:14.020316Z",
- "has_mintmodel": true,
- "git_rev": "open-source",
- "commit_sha": "580c078b0a743acf9c4621339ef34efdaf24c421",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ef96a530-45e9-485a-a16e-25fb98f82962",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ef96a530-45e9-485a-a16e-25fb98f82962"
}
}, - "settings": {
- "data": {
- "id": "435e186a-60fa-4944-9121-71f343f73b46",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/435e186a-60fa-4944-9121-71f343f73b46"
}
}, - "project": {
- "data": {
- "id": "414f7e77-ce2a-48b6-b689-e5bcd7d550b2",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "4b09fabe-ab6a-4a6f-8b81-e32bb158ff61",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/4b09fabe-ab6a-4a6f-8b81-e32bb158ff61/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/4b09fabe-ab6a-4a6f-8b81-e32bb158ff61"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: d6a11187-0f2f-4242-9b16-83c313898a26 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "mobile",
- "archived": "false",
- "locked": "false"
}
}, - "meta": {
- "ignore_in_use": false,
- "fetch_revision": false
}
}{- "data": {
- "id": "9fce4c66-395e-4689-9a5a-f68ee717acec",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Neque voluptas ipsum asperiores reprehenderit necessitatibus natus perspiciatis",
- "state": "initializing",
- "created_by": "logged_in_user",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-18T09:22:14.672658Z",
- "updated_at": "2026-06-18T09:22:14.672658Z",
- "has_mintmodel": false,
- "git_rev": "wireless",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "99940370-74e0-4abf-9df7-6d2b9b4964d1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/99940370-74e0-4abf-9df7-6d2b9b4964d1"
}
}, - "settings": {
- "data": {
- "id": "417c8ff9-42d0-4ed2-9aea-17d7e33a2afe",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/417c8ff9-42d0-4ed2-9aea-17d7e33a2afe"
}
}, - "project": {
- "data": {
- "id": "67d08c2c-d6cb-4f19-94b4-86c166cb65cf",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "604ecf6b-0525-49ba-bb1f-512ccd386e77",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/604ecf6b-0525-49ba-bb1f-512ccd386e77/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/604ecf6b-0525-49ba-bb1f-512ccd386e77"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: d6a11187-0f2f-4242-9b16-83c313898a26 template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "56403edd-8442-40dc-9887-e49a9e80a4d2",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "rhoda",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-18T09:22:15.311805Z",
- "updated_at": "2026-06-18T09:22:15.311805Z",
- "has_mintmodel": true,
- "git_rev": "optical",
- "commit_sha": "c62f7a21391abae4d3ccbb459d86c42261ec7988",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8625c892-a664-4ea3-9d0b-f78fde2b8949",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8625c892-a664-4ea3-9d0b-f78fde2b8949"
}
}, - "settings": {
- "data": {
- "id": "27d7efe6-0303-4992-82c4-24433a57d91d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/27d7efe6-0303-4992-82c4-24433a57d91d"
}
}, - "project": {
- "data": {
- "id": "e658e0b0-d76d-4cfe-a13f-100ed5c9568b",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "ef9ab09d-8204-4034-8145-e7097a22b27e",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/ef9ab09d-8204-4034-8145-e7097a22b27e/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/ef9ab09d-8204-4034-8145-e7097a22b27e"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: d6a11187-0f2f-4242-9b16-83c313898a26 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "ed499a16-e272-4667-9949-3d996cc04e8b",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "kay_schultz",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-18T09:22:15.598803Z",
- "updated_at": "2026-06-18T09:22:15.598803Z",
- "has_mintmodel": true,
- "git_rev": "optical",
- "commit_sha": "b163fd7c2a9c44f40fc13898986b6594fa6591b4",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "78f64b67-1a67-4915-b80a-63ebbd6a5c20",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/78f64b67-1a67-4915-b80a-63ebbd6a5c20"
}
}, - "settings": {
- "data": {
- "id": "8c76c61a-4963-4684-a376-b1752dd00a7b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8c76c61a-4963-4684-a376-b1752dd00a7b"
}
}, - "project": {
- "data": {
- "id": "e941df6f-1b62-4acd-b12e-309778e9cdb0",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "ce2ce0d5-6aef-446e-b757-ab249d92eac0",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/ce2ce0d5-6aef-446e-b757-ab249d92eac0/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/ce2ce0d5-6aef-446e-b757-ab249d92eac0"
}
}
}Create a template.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "template_type": "asset",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "561bd566-4456-418c-931e-f5cb21d2e6fd",
- "type": "template",
- "attributes": {
- "code": "mwrl7",
- "name": "loida_boyer",
- "description": "Ipsum saepe modi odit.",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-18T09:22:16.358352Z",
- "updated_at": "2026-06-18T09:22:16.358352Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "5c8e72b3-347c-4cce-9592-24b65df31206",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "c50d6037-73e7-43d7-ba71-84787541c1a6",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/561bd566-4456-418c-931e-f5cb21d2e6fd",
- "template_versions": "/api/projects/opc/templates/561bd566-4456-418c-931e-f5cb21d2e6fd/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| exclude_archived_nodes | boolean Example: exclude_archived_nodes=true when true, excludes archived nodes from each template's nodes relationship |
{- "data": [
- {
- "id": "638b1124-8fba-45e0-ae63-8cf0f902779e",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-18T09:22:16.814563Z",
- "updated_at": "2026-06-18T09:22:16.814563Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "d3b56b7d-f36b-4120-a5a8-e85fd4aee9a3",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "410bd463-176f-4b5a-b3e2-6ec63c66c967",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/638b1124-8fba-45e0-ae63-8cf0f902779e",
- "template_versions": "/api/projects/opc/templates/638b1124-8fba-45e0-ae63-8cf0f902779e/versions",
- "project": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project template.
| project_code required | string Example: opc project code |
| template_id required | string Example: d6a11187-0f2f-4242-9b16-83c313898a26 template id |
| exclude_archived_nodes | boolean Example: exclude_archived_nodes=true when true, excludes archived nodes from each template's nodes relationship |
{- "data": {
- "id": "ea5bad68-522a-4b85-bbde-646b90dd82c8",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-18T09:22:17.024852Z",
- "updated_at": "2026-06-18T09:22:17.024852Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "18d88508-54c0-4c67-b11a-6c00b0291abb",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "3857dcd7-2e5d-493c-88eb-db0b23443a2a",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/ea5bad68-522a-4b85-bbde-646b90dd82c8",
- "template_versions": "/api/projects/opc/templates/ea5bad68-522a-4b85-bbde-646b90dd82c8/versions",
- "project": "/api/projects/opc"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Archives/unarchives a template.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: d6a11187-0f2f-4242-9b16-83c313898a26 template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "f956b1a8-1355-4262-a7d1-4d5370471e3b",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": true,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-18T09:22:17.252297Z",
- "updated_at": "2026-06-18T09:22:17.284160Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "dd4adf02-6be0-47b3-96fb-19a542d48f61",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "e18b2c2d-d832-4772-8ea3-992c53412729",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/f956b1a8-1355-4262-a7d1-4d5370471e3b",
- "template_versions": "/api/projects/opc/templates/f956b1a8-1355-4262-a7d1-4d5370471e3b/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: d6a11187-0f2f-4242-9b16-83c313898a26 template id |
required | object |
{- "data": {
- "attributes": {
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github",
- "disabled": false
}
}
}{- "data": {
- "id": "f516d8ca-6f25-4525-937a-966e4f6656a0",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-18T09:22:17.912147Z",
- "updated_at": "2026-06-18T09:22:18.018400Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "da7e4dae-495f-45aa-a6dc-506585a9eb75",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "81bbd26b-d5d9-44e9-abe1-0b1a94df4add",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/f516d8ca-6f25-4525-937a-966e4f6656a0",
- "template_versions": "/api/projects/opc/templates/f516d8ca-6f25-4525-937a-966e4f6656a0/versions",
- "project": "/api/projects/opc"
}
}
}Endpoints to interact with git remotes.
Create a project Git remote.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "github",
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "1abce887-82d8-488c-b92c-66e6e1c2d08d",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-18T09:21:36.582660Z",
- "updated_at": "2026-06-18T09:21:36.582660Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "16f17139-d929-46fd-9006-0b3bae1668be",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/1abce887-82d8-488c-b92c-66e6e1c2d08d"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "5ae5fe83-7145-4add-81d7-41ef033e5332",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-18T09:21:37.388217Z",
- "updated_at": "2026-06-18T09:21:37.388217Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "2852e8ff-d95d-454b-86bb-8caf4e5cad75",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/5ae5fe83-7145-4add-81d7-41ef033e5332"
}, - "meta": null
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project Git remote.
Note: Git remote credentials are obfuscated for security reasons.
| project_code required | string Example: opc project code |
| remote_id required | string Example: 5eece376-990e-42c9-b981-82be1a8da0b6 remote id |
{- "data": {
- "id": "37556127-5982-4f66-9f27-92b65e6d257e",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-18T09:21:37.937433Z",
- "updated_at": "2026-06-18T09:21:37.937433Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "1aa7d74f-1b44-470d-9ebd-f16fc5ea6f87",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/37556127-5982-4f66-9f27-92b65e6d257e"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 5eece376-990e-42c9-b981-82be1a8da0b6 remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "f556bad0-6a57-46dc-8ae8-9853214f72d6",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-06-18T09:21:38.476025Z",
- "updated_at": "2026-06-18T09:21:38.512244Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "389811a0-434c-4f05-bb7d-fad2dda98871",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/f556bad0-6a57-46dc-8ae8-9853214f72d6"
}, - "meta": null
}
}Update the credentials of a project Git remote.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 5eece376-990e-42c9-b981-82be1a8da0b6 remote id |
required | object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "d72cf06d-dd76-4365-adb9-b731b466313b",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-18T09:21:38.932765Z",
- "updated_at": "2026-06-18T09:21:38.956130Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "94a823f9-2a76-4173-9f26-449ea04e50a7",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/d72cf06d-dd76-4365-adb9-b731b466313b"
}, - "meta": null
}
}Deletes a project Git remote if it has no changes, otherwise it removes the credentials.
| project_code required | string Example: opc project code |
| id_to_delete required | string Example: 5eece376-990e-42c9-b981-82be1a8da0b6 remote id |
{- "data": {
- "id": "84de2c44-bd91-469e-8b07-be7d50b54ac5",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-06-18T09:21:39.601694Z",
- "updated_at": "2026-06-18T09:21:39.746396Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "74411a5d-320f-4b6c-8690-aaef15464f3c",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/84de2c44-bd91-469e-8b07-be7d50b54ac5"
}, - "meta": {
- "credentials_removed": true,
- "messages": [
- "This Git remote cannot be deleted as it is used by a change, its credentials have been removed."
]
}
}
}Endpoints to interact with bookmarks.
Notes:
/<path/to/bookmark/owner>/bookmarks path. The example endpoints in this section reflect bookmarks owned
by a project asset.Create a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "description": "SOA administration console"
}
}
}{- "data": {
- "id": "c3b80e1b-201b-4ced-b926-b1be8e638274",
- "type": "bookmark",
- "attributes": {
- "description": "Ea quidem commodi illum.",
- "created_by": "logged_in_user",
- "created_at": "2026-06-18T09:21:19.864029Z",
- "updated_at": "2026-06-18T09:21:19.864029Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "08965029-16cc-43f9-9a96-efbf671f3633",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/c3b80e1b-201b-4ced-b926-b1be8e638274",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Lists all bookmarks for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "c77dc765-7fd0-427c-90d8-e1b0bfac002d",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "robyn",
- "created_at": "2026-06-18T09:21:20.630758Z",
- "updated_at": "2026-06-18T09:21:20.630758Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "0b3fbe74-3516-489b-82ab-f299d9bdb04c",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/c77dc765-7fd0-427c-90d8-e1b0bfac002d",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 3925e622-db19-4f4d-8eef-f404d3b8a60c bookmark id |
{- "data": {
- "id": "4b443b57-446c-4fb4-b821-274f6243b176",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "parker.kassulke",
- "created_at": "2026-06-18T09:21:20.923385Z",
- "updated_at": "2026-06-18T09:21:20.923385Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "223d5bd5-1899-4a72-a96e-15ff7375ef29",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/4b443b57-446c-4fb4-b821-274f6243b176",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Update a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 3925e622-db19-4f4d-8eef-f404d3b8a60c bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "12096981-7e57-4b2c-a035-e06e859fd49c",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "randall",
- "created_at": "2026-06-18T09:21:21.449526Z",
- "updated_at": "2026-06-18T09:21:21.483628Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "87b2ede1-ccd8-4888-a74c-71bb7f9bce91",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/12096981-7e57-4b2c-a035-e06e859fd49c",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Delete a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 3925e622-db19-4f4d-8eef-f404d3b8a60c bookmark id |
Endpoints to query and generate MintModels for assets.
Notes:
parent_mintmodel_history link in the API response to access the
asset's MintModel history.Lists the asset's MintModel history.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_at_gteq]=2026-01-01 |
{- "data": [
- {
- "id": "583a08d8-5818-4ddd-8937-3587c12fe4ce",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-06-18T09:21:41.003753Z",
- "updated_at": "2026-06-18T09:21:41.003753Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "a252b268-4b02-4187-9140-c341bdac192e",
- "type": "project"
}, - {
- "id": "644e5763-a3ed-49ff-a51c-685b0d963ddd",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "d9c36450-fc67-4dfd-8efc-ab2a6ff59a33",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/d9c36450-fc67-4dfd-8efc-ab2a6ff59a33"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "6e7ab673-5d44-4a6b-abfd-75f0d6abc96f",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/583a08d8-5818-4ddd-8937-3587c12fe4ce"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows an asset's MintModel history record.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| id required | string Example: f5e5bebb-0a9f-4752-aa42-132a576eff35 MintModel history id |
{- "data": {
- "id": "b387792f-dd7d-401b-8fee-c8ad9295504e",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-06-18T09:21:41.288105Z",
- "updated_at": "2026-06-18T09:21:41.288105Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "c5715308-b79a-4718-a52e-94c99c3827a1",
- "type": "project"
}, - {
- "id": "f9231db3-5bca-4c91-971b-5a6ec6894b07",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "a16e50e7-5fc6-4ba0-908c-30c64e9098b1",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/a16e50e7-5fc6-4ba0-908c-30c64e9098b1"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "c983e2ad-c1e2-470f-ba3f-d0db9797bb5c",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/b387792f-dd7d-401b-8fee-c8ad9295504e"
}
}, - "included": [
- {
- "id": "a16e50e7-5fc6-4ba0-908c-30c64e9098b1",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-18T09:21:41.281577Z",
- "updated_at": "2026-06-18T09:21:41.281577Z",
- "render_logs": "[\"MintPress renderer output\"]",
- "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "b387792f-dd7d-401b-8fee-c8ad9295504e",
- "type": "mintmodel_history"
}, - {
- "id": "d74aac17-940c-4725-af58-97d88a4e6764",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/a16e50e7-5fc6-4ba0-908c-30c64e9098b1",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}List all MintModels for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_at_gteq]=2026-01-01 |
{- "data": [
- {
- "id": "249104e4-1b97-4c54-87e3-1d24a6082b22",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-18T09:21:41.432837Z",
- "updated_at": "2026-06-18T09:21:41.432837Z",
- "render_logs": "[\"MintPress renderer output\"]",
- "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "9ec30cd5-1a18-49a8-a707-15133daf149a",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/249104e4-1b97-4c54-87e3-1d24a6082b22",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Generate a MintModel of the differences between two existing MintModels.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| old_mintmodel_id required | string Example: 78329375-547f-4298-af2b-ce382fc98d56 old MintModel id |
| new_mintmodel_id required | string Example: 80ffdb39-0cd5-4992-8377-bc65929bca76 new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "f4d85ef1-8a9b-42fd-a351-7a9ca3dc0ec7",
- "data": {
- "internalVariables": {
- "environmentName": "d1",
- "assetCode": "obpodi",
- "stageRootDir": "/oracle/stage",
- "autoBaseline": "true",
- "projectUri": "D1OBPODI2025MAY301254"
}, - "projectName": "d1_obpodi2025May30_1254",
- "site": {
- "hostList": [
- {
- "id": "custwprd1odi01",
- "address": "custwprd1odi01.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi01",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "db_server",
- "address": "custwprd1db.limepoint.engineering",
- "attributes": {
- "scaleout": "false",
- "basename": "custwprd1db",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "custwprd1odi02",
- "address": "custwprd1odi02.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi02",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}
], - "installationList": [
- {
- "name": "jdk",
- "product": "OracleJava",
- "version": "1.8.0_341",
- "installPath": "/oracle/app/binaries/obpodi/java",
- "softwareStage": "/oracle/stage/jdk/jdk-8u341-linux-x64.tar.gz",
- "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleJava": {
- "java_home": "/oracle/app/binaries/obpodi/java",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "fmwinfra",
- "product": "OracleFMWInfrastructure",
- "version": "12.2.1.4",
- "softwareStage": "/oracle/stage/fmwinfra/12.2.1.4/fmw_12.2.1.4.0_infrastructure.jar",
- "installPath": "/oracle/app/binaries/obpodi/fmw",
- "dependsonList": [
- "jdk"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "3774133",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "oracleInstallGroup": "oinstall",
- "OracleFMWInfrastructure": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}, - {
- "name": "oracleclient",
- "product": "OracleDatabaseClient",
- "version": "12.2.0.1",
- "installPath": "/oracle/app/binaries/obpodi/dbclient",
- "softwareStage": "/oracle/stage/rdbms/12.2.0.1/client",
- "dependsonList": [
- "jdk"
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDatabaseClient": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "owner": "oracle",
- "group": "oinstall",
- "oracle_home": "/oracle/app/binaries/obpodi/dbclient",
- "oracle_base": "/oracle/app/binaries/obpodi",
- "install_type": "Administrator"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "odi",
- "product": "OracleDataIntegrator",
- "version": "12.2.1.4",
- "installPath": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/odi/12.2.1.4/fmw_12.2.1.4.0_odi.jar",
- "dependsonList": [
- "fmwinfra",
- "oracleclient"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "37741316",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDataIntegrator": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "java_home": "/oracle/app/binaries/obpodi/java",
- "database_client_home": "/oracle/app/binaries/obpodi/dbclient",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}
], - "databaseList": [
- {
- "name": "d1obpodidb",
- "port": "1521",
- "serviceName": "CUSTWPD1_INT_PRIM",
- "hostIdentifier": "db_server",
- "schemaList": [
- {
- "name": "SYS",
- "password": "{AES2}TBg8KMlIiNzASfnaMO9iww=={/IV}ThoJT1+ps+2NtkzPjniGrRKwOu9f0fmuKS2GJPG0/LbU="
}
], - "attributes": {
- "jdbcUrl": "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=custwprd1db.limepoint.engineering)(Port=1521))(CONNECT_DATA=(SERVER = DEDICATED)(SERVICE_NAME=CUSTWPD1_INT_PRIM)))",
- "rcu": {
- "datafile.initialsize": "200M",
- "extra.parameters": " -encryptTablespace false"
}
}
}
], - "resourceList": [
- {
- "name": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "name": "wlsmonitor",
- "password": "{AES2}cSYn1SEsZCScuAK+fj8vVQ=={/IV}T89zXOBEdWngdxqJ9rihn+uy2lgiqJx5J6fGDfPbHsys=",
- "description": "User with Weblogic Monitor Role",
- "groupList": "monitors"
}
}, - {
- "name": "AdminStartupParameter",
- "type": "StartupParameter",
- "attributes": {
- "1": "-Xms1g -Xmx4g",
- "2": "",
- "3": "",
- "4": "-Dweblogic.ProductionModeEnabled=true",
- "5": "-Dappdynamics.agent.tierName=OBP-ADMIN",
- "c1": "-Dweblogic.Stdout=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.out",
- "c2": "-Dweblogic.Stderr=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.err",
- "c3": "-Xloggc:/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%_gc.out -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+ScavengeBeforeFullGC -XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseGCLogFileRotation -XX:GCLogFileSize=300M -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+UnlockCommercialFeatures -XX:+FlightRecorder",
- "c4": "-Djava.security.debug=failure -Djava.net.preferIPv4Stack=true -Doracle.ons.maxconnections=2 -Dweblogic.security.disableNullCipher=true",
- "c5": "-Dweblogic.MaxMessageSize=500000000 -Dweblogic.Chunksize=65536 -Djava.security.egd=file:///dev/urandom",
- "s1": "-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dweblogic.security.SSL.protocolVersion=TLSv1.2",
- "s2": "-Dweblogic.management.disableManagedServerNotifications=true",
- "s3": "-Dweblogic.security.SSL.allowUnencryptedNullCipher=false",
- "s4": "-Dweblogic.security.SSL.enableJSSE=true",
- "s4a": "-Dweblogic.security.SSL.nojce=true -Dweblogic.jdbc.remoteEnabled=true",
- "s5": "-Dweblogic.ssl.JSSEEnabled=true -Dweblogic.rjvm.enableprotocolswitch=true",
- "s6": "-Dweblogic.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s7": "-Djavax.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s8": "-Dweblogic.webservice.client.ssl.trustedcertfile=/oracle/app/runtime/d1/certs/cacerts.pem",
- "s9": "-Dweblogic.security.audit.auditLogDir=/oracle/app/logs/obpodi/obpodi_domain",
- "s10": "-Dweblogic.ssl.SSLv2HelloEnabled=false",
- "Auto22": "-Dweblogic.MuxerClass=weblogic.socket.PosixSocketMuxer"
}
}
], - "environmentName": "d1",
- "mwTopologyList": [
- {
- "attributes": {
- "targetPlatform": "x86-64"
}
}
], - "topologyName": "obpodi",
- "hostInstallationList": [
- {
- "installationName": "odi",
- "hostIdentifierList": [
- "custwprd1odi01",
- "custwprd1odi02"
]
}
], - "transferList": [
- {
- "name": "d1_obpodi_keystores",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/stage/customer/wp/csh/certs/d1/custwprd1odi.jks",
- "destinationFile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "permissions": "600",
- "transferWhenList": [
- "pre-online"
], - "attributes": {
- "scaleout": "false"
}
}
], - "executeList": [
- {
- "name": "DeployHealthCheck",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/app/binaries/obpodi/fmw/oracle_common/common/bin/wlst.sh /oracle/stage/customer/wp/csh/scripts/common/deployApplication.py weblogic {AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os= t3://custwprd1odi-padm.limepoint.engineering:17001 HealthCheck /oracle/app/runtime/obpodi/domains/applications/obpodi_domain/HealthCheck.war obpodi_cluster nostage 650",
- "executeWhenList": [
- "pre-online"
], - "attributes": {
- "execute.weblogicAdminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "scaleout": "false"
}
}
], - "domainList": [
- {
- "name": "obpodi_domain",
- "locationPath": "/oracle/app/runtime/obpodi/domains",
- "adminUser": "weblogic",
- "adminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "adminServer": {
- "name": "AdminServer",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddress": "custwprd1odi-padm.limepoint.engineering",
- "listenAddressPort": "17001",
- "listenAddressPortSSL": "18001",
- "targetName": "odiAdminServer"
}, - "machineList": [
- {
- "name": "custwprd1odi01-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi01"
}, - {
- "name": "custwprd1odi02-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi02"
}
], - "clusterList": [
- {
- "name": "obpodi_cluster",
- "messageMode": "Unicast"
}
], - "managedServerList": [
- {
- "name": "ODI_server1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddressPort": "17002",
- "listenAddressPortSSL": "18002",
- "targetName": "ODI_server1",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1"
}
}, - {
- "name": "ODI_server2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenAddressPort": "17003",
- "listenAddressPortSSL": "18003",
- "targetName": "ODI_server2",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1"
}
}
], - "systemComponentList": [
- {
- "name": "OracleDISAgent1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi01-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi01",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}, - {
- "name": "OracleDISAgent2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi02-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi02",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
], - "middlewareList": [
- {
- "installationName": "odi",
- "targetList": [
- {
- "type": "Cluster",
- "names": [
- "obpodi_cluster"
]
}
]
}
], - "configurationList": [
- {
- "resourceName": "AdminStartupParameter",
- "type": "StartupParameter",
- "targets": [
- {
- "type": "SERVER",
- "names": [
- "AdminServer"
]
}
]
}, - {
- "resourceName": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "authenticatorName": "DefaultAuthenticator"
}
}
], - "templateList": [
- {
- "name": "OracleDataIntegrator::CombinedTemplateSet",
- "attributes": {
- "OracleDataIntegrator::CombinedTemplateSet": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryName": "workrep1",
- "WorkRepositoryPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryType": "E",
- "AgentHostname": "custwpd1odi.limepoint.engineering",
- "AgentPort": "18002",
- "AgentProtocol": "https"
}
}
}
], - "repositoryList": [
- {
- "componentList": [
- "ODI"
], - "id": "rcu01",
- "dbName": "d1obpodidb",
- "prefix": "OBPODI",
- "dbUser": "SYS",
- "schemaPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "defaultRepository": "true"
}
], - "attributes": {
- "serverStartMode": "prod",
- "backupEnvironmentName": "d1",
- "environment.name": "d1",
- "tlogsLocationPath": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "odlLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "defaultJMSLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "managedTopLocation": "/oracle/app/binaries/runtime/obpodi/domains",
- "nodeid": "1",
- "nodeonserver": "1",
- "serverid": "1",
- "wls": {
- "production.mode": "prod",
- "tlogs.location.path": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "admin.listen.port.admin": "19001",
- "domain.managed.top": "/oracle/app/binaries/runtime/obpodi/domains",
- "odl": {
- "log": {
- "location": "/oracle/app/logs/obpodi/obpodi_domain",
- "retentionPeriod": "5d"
}
}
}, - "mintpress": {
- "startup.server_exclude": "OracleDISAgent*",
- "startup_parallel": "10"
}
}
}
], - "nodeManagerList": [
- {
- "name": "nm-custwprd1odi01",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi01",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi01",
- "identityname": "custwprd1odi01",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}, - {
- "name": "nm-custwprd1odi02",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi02",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi02",
- "identityname": "custwprd1odi02",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}
]
}
}, - "sha256": "901ad813694fa591bd0c6c9ec172f1d97e35daaa14c1c9010cbef45f44338483",
- "created_at": "2026-06-18T09:21:41.919Z",
- "updated_at": "2026-06-18T09:21:41.919Z",
- "render_logs": "Generated by deriving the difference between Mintmodel 3b2108aa-3fcf-4cf4-ad43-77183382df78 and MintModel 42e40a90-3976-4acd-8784-e9ce4add644a",
- "phase_output": { }
}, - "step_trees": [
- {
- "name": "Binaries",
- "action": "mintmodel:binaries",
- "description": "bpm -- Binaries",
- "child_execution_strategy": "sequential",
- "children": [
- {
- "name": "Install Software Binaries",
- "action": "mintmodel:install_software_binaries",
- "description": null,
- "full_path": "mintmodel:binaries/mintmodel:install_software_binaries",
- "full_name": "Binaries/Install Software Binaries",
- "full_description": "bpm -- Binaries > Install Software Binaries"
}
], - "full_path": "mintmodel:binaries",
- "full_name": "Binaries",
- "full_description": "bpm -- Binaries"
}
]
}, - "links": {
- "old_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/3b2108aa-3fcf-4cf4-ad43-77183382df78",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/42e40a90-3976-4acd-8784-e9ce4add644a",
- "parent": "/projects/opc/assets/prj_soa"
}
}
}Shows an asset MintModel.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| mintmodel_id required | string Example: 03e6b4e2-352d-4be9-8589-defd8cd9527a MintModel id |
{- "data": {
- "id": "5be5a863-693e-4386-b7f6-fe221203261f",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-18T09:21:42.436901Z",
- "updated_at": "2026-06-18T09:21:42.436901Z",
- "render_logs": "[\"MintPress renderer output\"]",
- "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "d82e7594-a213-47c1-b594-51259ab32212",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/5be5a863-693e-4386-b7f6-fe221203261f",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Generate the MintModel for this asset, using the latest properties and template version.
Note: The endpoint does not store the MintModel, rather it provides a point in time reference for the MintModel content that will be used by a change if one is executed for the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "91f24ac9-0fe6-4651-a072-c71a4158a654",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-18T09:21:43.003545Z",
- "updated_at": "2026-06-18T09:21:43.003545Z",
- "render_logs": "[\"MintPress renderer output\"]",
- "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "3dea5328-5eeb-438a-af26-ebae15b3872b",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/91f24ac9-0fe6-4651-a072-c71a4158a654",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Lists all workflows for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "57c44f7f-133b-4cdb-83c8-41c56ba61f4d",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "bee",
- "created_at": "2026-06-18T09:23:15.477660Z",
- "updated_at": "2026-06-18T09:23:15.477660Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "8a72a7f6-427f-439d-9b8b-cb6a96624e34",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "9c1e33e9-3f14-4565-9b6e-f2edf0ef7a69",
- "type": "workflow_version"
}, - {
- "id": "0692bb53-2ef6-4639-a8b0-79afb50cd060",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a workflow
| project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "aenoe",
- "archived": false,
- "name": "omtpmxn3ke",
- "description": "We need to copy the open-source XML feed!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/qiuf0/environments/tb0ab/assets/l4zpm",
- "/projects/ahd6h/environments/ozr8m/assets/7dbzn"
], - "action": "copy",
- "template_versions": [
- "f5b0n",
- "frm19"
], - "run_as": "parallel",
- "name": "omnis"
}, - {
- "type": "wait",
- "name": "magnam"
}, - {
- "type": "workflow",
- "target": "/projects/zdz3o/workflows/yry2k",
- "version": null,
- "name": "iure",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "velit",
- "children": [
- {
- "type": "change",
- "target": "/projects/wkvll/environments/qgafk/assets/ulnil",
- "action": "bypass",
- "template_version": "n20mn",
- "name": "dolor",
- "start_time": null
}, - {
- "type": "wait",
- "name": "nisi"
}, - {
- "type": "workflow",
- "target": "/projects/gghlp/workflows/0fgy4",
- "version": 1,
- "name": "officiis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "culpa",
- "children": [
- {
- "type": "change",
- "target": "/projects/xt5xo/environments/7megc/assets/vb5w7",
- "action": "override",
- "template_version": "pha4x",
- "name": "reiciendis",
- "start_time": "2026-06-19T09:20:58Z"
}, - {
- "type": "wait",
- "name": "ex"
}, - {
- "type": "workflow",
- "target": "/projects/6iot6/workflows/usf9v",
- "version": null,
- "name": "vel",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "2f898bda-11fd-4d79-b0da-c8d3945d9508",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "logged_in_user",
- "created_at": "2026-06-18T09:23:16.052341Z",
- "updated_at": "2026-06-18T09:23:16.052341Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": { },
- "latest_version": 1,
- "latest_published_version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "af3af9d2-672e-4a1c-a21e-cdbac9cacc8f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "0c48bbb3-092d-4fb9-a9eb-acfdb41675c0",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets_new",
- "runs": "/api/projects/opc/workflows/assets_new/runs",
- "versions": "/api/projects/opc/workflows/assets_new/versions",
- "latest_version": "/api/projects/opc/workflows/assets_new/versions/1",
- "latest_published_version": "/api/projects/opc/workflows/assets_new/versions/1"
}
}
}Shows a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": {
- "id": "b3a59d43-fd85-4e1f-b8a2-795ae0debf9a",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "theodore",
- "created_at": "2026-06-18T09:23:17.013049Z",
- "updated_at": "2026-06-18T09:23:17.013049Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "d1a1c2cc-7685-4af0-a942-b9203655582d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "4c3ab2a4-e53d-4f2c-b287-6601b3463844",
- "type": "workflow_version"
}, - {
- "id": "922ef28c-f1dd-4075-82e4-f9e538182128",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Update a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "archived": false,
- "name": "em6ywrattv",
- "description": "The SSL port is down, calculate the auxiliary matrix so we can quantify the XSS driver!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/qiuf0/environments/tb0ab/assets/l4zpm",
- "/projects/ahd6h/environments/ozr8m/assets/7dbzn"
], - "action": "copy",
- "template_versions": [
- "f5b0n",
- "frm19"
], - "run_as": "parallel",
- "name": "omnis"
}, - {
- "type": "wait",
- "name": "magnam"
}, - {
- "type": "workflow",
- "target": "/projects/zdz3o/workflows/yry2k",
- "version": null,
- "name": "iure",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "velit",
- "children": [
- {
- "type": "change",
- "target": "/projects/wkvll/environments/qgafk/assets/ulnil",
- "action": "bypass",
- "template_version": "n20mn",
- "name": "dolor",
- "start_time": null
}, - {
- "type": "wait",
- "name": "nisi"
}, - {
- "type": "workflow",
- "target": "/projects/gghlp/workflows/0fgy4",
- "version": 1,
- "name": "officiis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "culpa",
- "children": [
- {
- "type": "change",
- "target": "/projects/xt5xo/environments/7megc/assets/vb5w7",
- "action": "override",
- "template_version": "pha4x",
- "name": "reiciendis",
- "start_time": "2026-06-19T09:20:58Z"
}, - {
- "type": "wait",
- "name": "ex"
}, - {
- "type": "workflow",
- "target": "/projects/6iot6/workflows/usf9v",
- "version": null,
- "name": "vel",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "a50bd75e-4f08-44d7-8ce1-522af7817c50",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "charley.boyle",
- "created_at": "2026-06-18T09:23:17.797992Z",
- "updated_at": "2026-06-18T09:23:17.866021Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/1",
- "change_parent": {
- "id": "b699e96f-3c12-4652-9405-ef079385ac6b",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "8d4c081e-f2d1-43d4-9cee-6ab3ec32a1f6",
- "node_type": "asset",
- "parent_id": "8d4c081e-f2d1-43d4-9cee-6ab3ec32a1f6",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-06-18T09:23:17.686Z",
- "updated_at": "2026-06-18T09:23:17.686Z",
- "project_type": null,
- "template_version_id": "d19c81a0-d54c-4ca8-aac3-206d69dc3425",
- "created_by": "brittany_jast"
}, - "action_template_version": {
- "id": "d19c81a0-d54c-4ca8-aac3-206d69dc3425",
- "commit_id": "d5bae6f9-8cff-484f-ac1e-3ab3ee749ea0",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-06-18T09:23:17.663Z",
- "updated_at": "2026-06-18T09:23:17.663Z",
- "state": "ready",
- "created_by": "renay",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "51fd8cda-e92d-4424-a4f1-c0bf5c6d6230",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "8d4c081e-f2d1-43d4-9cee-6ab3ec32a1f6",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "3fd08953-f801-4571-a48d-b19fbc96f01c",
- "type": "workflow_version"
}, - {
- "id": "f99dfedc-5c35-4246-b762-7f0febb522c9",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Delete or archive a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
Lists all versions for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "c7c8ae5b-b928-4d01-873f-901e42a12486",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "ahmed",
- "created_at": "2026-06-18T09:23:10.873333Z",
- "updated_at": "2026-06-18T09:23:10.887523Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "45ee3a0e-f0bd-4b19-a888-f3bf81bf39e7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "2c52db32-7704-46df-8ea4-55f8fdf446e4",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "blair",
- "created_at": "2026-06-18T09:23:10.846718Z",
- "updated_at": "2026-06-18T09:23:10.846740Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "45ee3a0e-f0bd-4b19-a888-f3bf81bf39e7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Deletes all draft versions of a workflow.
Note: At least one version will remain. If all versions are drafts, the latest draft version will be kept.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": {
- "id": "f5c6cb6f-8d93-4601-b746-b55ae2cb30cd",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "hertha.haag",
- "created_at": "2026-06-18T09:23:11.885677Z",
- "updated_at": "2026-06-18T09:23:11.885677Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "335dae89-dae6-4cd2-92d0-e1f3298ec0e5",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "159c520e-e466-4960-bab7-427ccab067ce",
- "type": "workflow_version"
}, - {
- "id": "d7dafa84-4805-45de-a368-6f9917e236a8",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Shows a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
{- "data": {
- "id": "47b923eb-078c-42b3-b5a0-6e0cfb71e16c",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "ping",
- "created_at": "2026-06-18T09:23:12.586328Z",
- "updated_at": "2026-06-18T09:23:12.601424Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "1af43b90-861e-4a8f-b7c2-d5795af8d598",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
}Update a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "6ytkn",
- "node_id": "124f1bae-c9c8-42a2-8bc7-4e012f38a28d",
- "archived": false,
- "name": "mcgrxcokep",
- "description": "If we back up the transmitter, we can get to the XSS driver through the wireless AGP card!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/qiuf0/environments/tb0ab/assets/l4zpm",
- "/projects/ahd6h/environments/ozr8m/assets/7dbzn"
], - "action": "copy",
- "template_versions": [
- "f5b0n",
- "frm19"
], - "run_as": "parallel",
- "name": "omnis"
}, - {
- "type": "wait",
- "name": "magnam"
}, - {
- "type": "workflow",
- "target": "/projects/zdz3o/workflows/yry2k",
- "version": null,
- "name": "iure",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "velit",
- "children": [
- {
- "type": "change",
- "target": "/projects/wkvll/environments/qgafk/assets/ulnil",
- "action": "bypass",
- "template_version": "n20mn",
- "name": "dolor",
- "start_time": null
}, - {
- "type": "wait",
- "name": "nisi"
}, - {
- "type": "workflow",
- "target": "/projects/gghlp/workflows/0fgy4",
- "version": 1,
- "name": "officiis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "culpa",
- "children": [
- {
- "type": "change",
- "target": "/projects/xt5xo/environments/7megc/assets/vb5w7",
- "action": "override",
- "template_version": "pha4x",
- "name": "reiciendis",
- "start_time": "2026-06-19T09:20:58Z"
}, - {
- "type": "wait",
- "name": "ex"
}, - {
- "type": "workflow",
- "target": "/projects/6iot6/workflows/usf9v",
- "version": null,
- "name": "vel",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "571954d0-6221-4f8b-95d5-f073b32dfa0c",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "clair",
- "created_at": "2026-06-18T09:23:13.823636Z",
- "updated_at": "2026-06-18T09:23:13.862093Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/qiuf0/environments/tb0ab/assets/l4zpm",
- "/projects/ahd6h/environments/ozr8m/assets/7dbzn"
], - "action": "copy",
- "template_versions": [
- "f5b0n",
- "frm19"
], - "run_as": "parallel",
- "name": "omnis"
}, - {
- "type": "wait",
- "name": "magnam"
}, - {
- "type": "workflow",
- "target": "/projects/zdz3o/workflows/yry2k",
- "version": null,
- "name": "iure",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "velit",
- "children": [
- {
- "type": "change",
- "target": "/projects/wkvll/environments/qgafk/assets/ulnil",
- "action": "bypass",
- "template_version": "n20mn",
- "name": "dolor",
- "start_time": null
}, - {
- "type": "wait",
- "name": "nisi"
}, - {
- "type": "workflow",
- "target": "/projects/gghlp/workflows/0fgy4",
- "version": 1,
- "name": "officiis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "culpa",
- "children": [
- {
- "type": "change",
- "target": "/projects/xt5xo/environments/7megc/assets/vb5w7",
- "action": "override",
- "template_version": "pha4x",
- "name": "reiciendis",
- "start_time": "2026-06-19T09:20:58Z"
}, - {
- "type": "wait",
- "name": "ex"
}, - {
- "type": "workflow",
- "target": "/projects/6iot6/workflows/usf9v",
- "version": null,
- "name": "vel",
- "start_time": null
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "babb1909-262d-486e-91bd-494156b32b9d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
}Delete or archive a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
Endpoints to interact with properties.
Shows the current properties JSON and its version.
| properties_id required | string Example: c9eaa9e8-f915-4409-acce-14a7316c8411 properties id |
{- "data": {
- "id": "7ae89917-76c0-4399-a11e-647ffbac3023",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:22:02.934297Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/7ae89917-76c0-4399-a11e-647ffbac3023",
- "current_version": "/api/properties/7ae89917-76c0-4399-a11e-647ffbac3023/versions/1",
- "versions": "/api/properties/7ae89917-76c0-4399-a11e-647ffbac3023/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: c9eaa9e8-f915-4409-acce-14a7316c8411 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1
}
}
}{- "data": {
- "id": "f4107b1d-2ce8-48f2-8010-68f703a9129c",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-06-18T09:22:03.130271Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/f4107b1d-2ce8-48f2-8010-68f703a9129c",
- "current_version": "/api/properties/f4107b1d-2ce8-48f2-8010-68f703a9129c/versions/2",
- "versions": "/api/properties/f4107b1d-2ce8-48f2-8010-68f703a9129c/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: c9eaa9e8-f915-4409-acce-14a7316c8411 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "df57103a-7016-4201-a783-962608a4aab8",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-06-18T09:22:03.533771Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/df57103a-7016-4201-a783-962608a4aab8",
- "current_version": "/api/properties/df57103a-7016-4201-a783-962608a4aab8/versions/2",
- "versions": "/api/properties/df57103a-7016-4201-a783-962608a4aab8/versions"
}
}
}Update a file property in the properties.
| properties_id required | string Example: c9eaa9e8-f915-4409-acce-14a7316c8411 properties id |
| file_path | string (Path to write the file within /opt/opschain) |
| mode | string (Linux octal file mode) |
| format | string (Valid values are 'raw' (default), 'json' or 'base64') |
| replace_file | string (Replace the file property if it exists (default: false)) |
| secret_path | string (Path to write the secret key into) |
| secret_key | string |
| replace_secret | string (Replace the secret vault value if it exists (default: false)) |
| file | string <binary> File to use. The filename is ignored. |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="mode" 0600 ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file_path" /opt/opschain/sample.txt ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="format" raw ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="replace_file" true ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="sample.txt" content-type: text/plain content-length: 21 Sample file property ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "56520244-0032-4993-af96-ead6f178d805",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "opschain": {
- "files": {
- "/opt/opschain/sample.txt": {
- "mode": "0600",
- "format": "raw",
- "content": "Sample file property\n"
}
}
}
}, - "version": 2,
- "created_at": "2026-06-18T09:22:03.825735Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/56520244-0032-4993-af96-ead6f178d805",
- "current_version": "/api/properties/56520244-0032-4993-af96-ead6f178d805/versions/2",
- "versions": "/api/properties/56520244-0032-4993-af96-ead6f178d805/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: c9eaa9e8-f915-4409-acce-14a7316c8411 properties id |
{- "data": [
- {
- "id": "a6496cc7-3d60-4593-8900-4350815e1b4a",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:22:03.947373Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c90c583f-a0ba-41da-bf3d-0aca078a5f25",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c90c583f-a0ba-41da-bf3d-0aca078a5f25"
}
}
}, - "links": {
- "versions": "/api/properties/c90c583f-a0ba-41da-bf3d-0aca078a5f25/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/c90c583f-a0ba-41da-bf3d-0aca078a5f25/versions/1"
}, - "meta": { }
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the properties JSON for this properties version.
| properties_id required | string Example: c9eaa9e8-f915-4409-acce-14a7316c8411 properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "3f19048e-e0ab-4b6f-bd71-07e9abd29ac5",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:22:04.124232Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "be06853e-e86c-4de5-9524-f92f41748d8e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/be06853e-e86c-4de5-9524-f92f41748d8e"
}
}
}, - "links": {
- "versions": "/api/properties/be06853e-e86c-4de5-9524-f92f41748d8e/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/be06853e-e86c-4de5-9524-f92f41748d8e/versions/1"
}, - "meta": { }
}
}Endpoints to interact with changes.
Lists all changes.
| filter[<query/sort filter>]= | |
| download | string Example: download=changes.csv Download changes in CSV format with the specified file name. The changes will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
| fields[<resource_type>] |
{- "data": [
- {
- "id": "da49a24f-2879-413d-ac25-5e0c322d0353",
- "type": "change",
- "attributes": {
- "created_by": "mohammad_cartwright",
- "name": "quantify",
- "action": "quantify",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "transmitter": "indexing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-18T09:21:22.773537Z",
- "started_at": "2026-06-18T09:21:22.773537Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-06-18T09:21:22.732018Z",
- "started_at": "2026-06-18T09:11:59.566453Z",
- "finished_at": "2026-06-18T09:19:48.318968Z",
- "updated_at": "2026-06-18T09:21:22.782140Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "2987b62a9c6a8c8f0f8a7b9fd5f3e689ccf92f64",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6379e0d1-d7cc-4d5a-bd36-e359231790f2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6379e0d1-d7cc-4d5a-bd36-e359231790f2"
}
}, - "parents": {
- "data": [
- {
- "id": "fbc30205-8b20-497e-b6d8-6333b48cff76",
- "type": "project"
}, - {
- "id": "75a20a27-6d04-48ba-a424-ea30e5837b58",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "5a254474-5ef4-4f05-b3bc-8b9e605811e9",
- "type": "step"
}, - "links": {
- "related": "/api/steps/5a254474-5ef4-4f05-b3bc-8b9e605811e9"
}
}, - "steps": {
- "data": [
- {
- "id": "5a254474-5ef4-4f05-b3bc-8b9e605811e9",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "3aa6a976-de4e-4847-bc5b-9580dd50a84f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3aa6a976-de4e-4847-bc5b-9580dd50a84f"
}
}, - "override_settings": {
- "data": {
- "id": "6419cf51-76f3-45dd-89a5-45792171562d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/6419cf51-76f3-45dd-89a5-45792171562d"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/9901f96e-fb7d-4ff1-b651-86f9e01ea055",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/da49a24f-2879-413d-ac25-5e0c322d0353",
- "log_lines": "/api/changes/da49a24f-2879-413d-ac25-5e0c322d0353/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "5a254474-5ef4-4f05-b3bc-8b9e605811e9",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "quantify",
- "change_id": "da49a24f-2879-413d-ac25-5e0c322d0353",
- "child_execution_strategy": "sequential",
- "full_path": "quantify",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-18T09:21:22.773537Z",
- "started_at": "2026-06-18T09:21:22.773537Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "quantify",
- "created_at": "2026-06-18T09:10:59.566453Z",
- "started_at": "2026-06-18T09:11:59.566453Z",
- "finished_at": "2026-06-18T09:19:48.318968Z",
- "updated_at": "2026-06-18T09:21:22.782140Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6379e0d1-d7cc-4d5a-bd36-e359231790f2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6379e0d1-d7cc-4d5a-bd36-e359231790f2"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "d988ea0a-e80a-4662-8d41-5c0396b43f14",
- "type": "properties_version"
}, - {
- "id": "8a887af7-bbc6-4cb1-be30-f8ca79cc258a",
- "type": "properties_version"
}, - {
- "id": "620ca907-0128-4696-9e4a-0cabed33bea1",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "da49a24f-2879-413d-ac25-5e0c322d0353",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/da49a24f-2879-413d-ac25-5e0c322d0353",
- "change": "/api/projects/opc/environments/dev/changes/da49a24f-2879-413d-ac25-5e0c322d0353",
- "log_lines": "/api/steps/5a254474-5ef4-4f05-b3bc-8b9e605811e9/log_lines",
- "self": "/api/steps/5a254474-5ef4-4f05-b3bc-8b9e605811e9"
}, - "meta": { }
}, - {
- "id": "fbc30205-8b20-497e-b6d8-6333b48cff76",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "inger_bernier",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d27746e1-4c0b-438f-a3de-dd3ddcabb751",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d27746e1-4c0b-438f-a3de-dd3ddcabb751"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a54d0989-46dc-4d33-96b9-34ffb7b86028",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a54d0989-46dc-4d33-96b9-34ffb7b86028"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "75a20a27-6d04-48ba-a424-ea30e5837b58",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "ariana.runolfsson"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d225148b-37bd-4cca-bbe1-828ee0d82c20",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d225148b-37bd-4cca-bbe1-828ee0d82c20"
}
}, - "parents": {
- "data": [
- {
- "id": "fbc30205-8b20-497e-b6d8-6333b48cff76",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7d77756c-0d87-4423-9448-3377182b0f55",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7d77756c-0d87-4423-9448-3377182b0f55"
}
}, - "parent": {
- "data": {
- "id": "fbc30205-8b20-497e-b6d8-6333b48cff76",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "fbc30205-8b20-497e-b6d8-6333b48cff76",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true
}
}Creates a change in a specific project, environment or asset.
Notes:
changes path
(e.g. POST to /api/projects/{project_code}/changes) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/changes)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.required | object |
{- "data": {
- "attributes": {
- "metadata": {
- "matrix": "parsing"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "static_settings": { },
- "state_timing_summary": { },
- "notify": { },
- "api_key_id": null,
- "action": "input",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "b2a61da0-03a9-4bdb-b014-0f925103f95f",
- "type": "change",
- "attributes": {
- "created_by": "logged_in_user",
- "name": null,
- "action": "hack",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "program": "backing up"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-06-18T09:21:23.594558Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2026-06-18T09:21:23.591262Z",
- "started_at": "2026-06-18T09:21:23.589154Z",
- "finished_at": null,
- "updated_at": "2026-06-18T09:21:23.600278Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": null
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "f7a29f70-acda-47bf-a006-4c04537f372a",
- "type": "project"
}, - {
- "id": "371b5e4c-e4ea-4efe-bbed-e08ceba9ccb9",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "fa9cbac1-9b08-48a8-bdc4-e1cdd2134d52",
- "type": "step"
}, - "links": {
- "related": "/api/steps/fa9cbac1-9b08-48a8-bdc4-e1cdd2134d52"
}
}, - "steps": {
- "data": [
- {
- "id": "fa9cbac1-9b08-48a8-bdc4-e1cdd2134d52",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "9c5549e4-252c-41d6-8986-01f11517f0e9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9c5549e4-252c-41d6-8986-01f11517f0e9"
}
}, - "override_settings": {
- "data": {
- "id": "97a85ac9-e428-4521-bd18-8b52ac29f79c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/97a85ac9-e428-4521-bd18-8b52ac29f79c"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/bdd213f6-c5b9-45dc-9f37-905ceaa60ee5",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/b2a61da0-03a9-4bdb-b014-0f925103f95f",
- "log_lines": "/api/changes/b2a61da0-03a9-4bdb-b014-0f925103f95f/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "fa9cbac1-9b08-48a8-bdc4-e1cdd2134d52",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "hack",
- "change_id": "b2a61da0-03a9-4bdb-b014-0f925103f95f",
- "child_execution_strategy": "sequential",
- "full_path": "hack",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-06-18T09:21:23.594558Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "hack",
- "created_at": "2026-06-18T09:21:23.594558Z",
- "started_at": "2026-06-18T09:21:23.589154Z",
- "finished_at": null,
- "updated_at": "2026-06-18T09:21:23.600278Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "b2a61da0-03a9-4bdb-b014-0f925103f95f",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/b2a61da0-03a9-4bdb-b014-0f925103f95f",
- "change": "/api/projects/opc/environments/dev/changes/b2a61da0-03a9-4bdb-b014-0f925103f95f",
- "log_lines": "/api/steps/fa9cbac1-9b08-48a8-bdc4-e1cdd2134d52/log_lines",
- "self": "/api/steps/fa9cbac1-9b08-48a8-bdc4-e1cdd2134d52"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: 947d8857-66e4-49d0-a1ea-bdd1f2763923 change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "de27952c-5de4-4f68-897a-068b3f20f3ab",
- "type": "change",
- "attributes": {
- "created_by": "renda",
- "name": "calculate",
- "action": "calculate",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "array": "hacking"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-18T09:21:24.062653Z",
- "started_at": "2026-06-18T09:21:24.062653Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-06-18T09:21:24.059184Z",
- "started_at": "2026-06-18T09:15:16.910352Z",
- "finished_at": "2026-06-18T09:19:31.969614Z",
- "updated_at": "2026-06-18T09:21:24.068408Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "f1c760bc171f17a4f526223f9642501401defcda",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2e2380d9-856b-4787-878e-9521cd211992",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2e2380d9-856b-4787-878e-9521cd211992"
}
}, - "parents": {
- "data": [
- {
- "id": "8db37789-50f8-47cf-8819-93e9e2a0ec77",
- "type": "project"
}, - {
- "id": "ddbdf630-a98d-4124-acd4-184c8312e4e4",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "2c069392-72c5-4efc-a434-5c1703ae97cb",
- "type": "step"
}, - "links": {
- "related": "/api/steps/2c069392-72c5-4efc-a434-5c1703ae97cb"
}
}, - "steps": {
- "data": [
- {
- "id": "2c069392-72c5-4efc-a434-5c1703ae97cb",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "2921efc6-54c3-4e33-9659-9cc369afc817",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2921efc6-54c3-4e33-9659-9cc369afc817"
}
}, - "override_settings": {
- "data": {
- "id": "025fe3be-716d-4028-aed7-44d82208a0e3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/025fe3be-716d-4028-aed7-44d82208a0e3"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/b12a388c-9866-49a7-8e81-43c8efab4c2d",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/de27952c-5de4-4f68-897a-068b3f20f3ab",
- "log_lines": "/api/changes/de27952c-5de4-4f68-897a-068b3f20f3ab/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "2c069392-72c5-4efc-a434-5c1703ae97cb",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "calculate",
- "change_id": "de27952c-5de4-4f68-897a-068b3f20f3ab",
- "child_execution_strategy": "sequential",
- "full_path": "calculate",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-18T09:21:24.062653Z",
- "started_at": "2026-06-18T09:21:24.062653Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "calculate",
- "created_at": "2026-06-18T09:14:16.910352Z",
- "started_at": "2026-06-18T09:15:16.910352Z",
- "finished_at": "2026-06-18T09:19:31.969614Z",
- "updated_at": "2026-06-18T09:21:24.068408Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2e2380d9-856b-4787-878e-9521cd211992",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2e2380d9-856b-4787-878e-9521cd211992"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "0c381339-9ca7-4f6c-9afa-cac1bb27ea08",
- "type": "properties_version"
}, - {
- "id": "65ad884b-3a22-4367-9acc-167ad13cc18c",
- "type": "properties_version"
}, - {
- "id": "0ce57aeb-40f4-4cd2-9163-c41a98cc5b27",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "de27952c-5de4-4f68-897a-068b3f20f3ab",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/de27952c-5de4-4f68-897a-068b3f20f3ab",
- "change": "/api/projects/opc/environments/dev/changes/de27952c-5de4-4f68-897a-068b3f20f3ab",
- "log_lines": "/api/steps/2c069392-72c5-4efc-a434-5c1703ae97cb/log_lines",
- "self": "/api/steps/2c069392-72c5-4efc-a434-5c1703ae97cb"
}, - "meta": { }
}, - {
- "id": "8db37789-50f8-47cf-8819-93e9e2a0ec77",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "oliver",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6c4dff0e-510a-491b-8e40-affd13fc3d83",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6c4dff0e-510a-491b-8e40-affd13fc3d83"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "9a41855f-383a-4b54-89e8-6a6186c171a3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9a41855f-383a-4b54-89e8-6a6186c171a3"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "ddbdf630-a98d-4124-acd4-184c8312e4e4",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "cecila"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "902ca160-ca49-43ab-985b-b26f86541ab0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/902ca160-ca49-43ab-985b-b26f86541ab0"
}
}, - "parents": {
- "data": [
- {
- "id": "8db37789-50f8-47cf-8819-93e9e2a0ec77",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b957f3fb-bcbb-4933-8aae-a4bf0a4ce9f5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b957f3fb-bcbb-4933-8aae-a4bf0a4ce9f5"
}
}, - "parent": {
- "data": {
- "id": "8db37789-50f8-47cf-8819-93e9e2a0ec77",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "8db37789-50f8-47cf-8819-93e9e2a0ec77",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
]
}Show the converged settings for a change, including any change-specific setting overrides merged on top of the asset's settings hierarchy.
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| change_id required | string Example: 947d8857-66e4-49d0-a1ea-bdd1f2763923 change id |
{- "data": {
- "id": "cae0cfb3-fc5f-477f-a041-7549938299c2",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "dockerfile": "Dockerfile_custom",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "dockerfile": "Change",
- "requires_approval_from": "System Configuration"
}
}
}
}
}Converge the root step properties for a change.
The optional action_stage argument can be:
| change_id required | string Example: 947d8857-66e4-49d0-a1ea-bdd1f2763923 change id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "index (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "card": "bypassing"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "c76bea6f-4190-4f95-9184-00649e30d343",
- "type": "properties_version"
}, - {
- "id": "8f1a3201-fd7a-4ce7-8685-8ff6f5969ae1",
- "type": "properties_version"
}, - {
- "id": "90ed7cf2-45a3-4d63-b38b-6c9bc756ca89",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "card": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "c76bea6f-4190-4f95-9184-00649e30d343",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:21:25.756248Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "202bd06a-f33e-484d-a040-33ea48d7a276",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/202bd06a-f33e-484d-a040-33ea48d7a276"
}
}
}, - "links": {
- "versions": "/api/properties/202bd06a-f33e-484d-a040-33ea48d7a276/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/202bd06a-f33e-484d-a040-33ea48d7a276/versions/1"
}, - "meta": { }
}, - {
- "id": "8f1a3201-fd7a-4ce7-8685-8ff6f5969ae1",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:21:25.780691Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "99323ae3-a6a1-44f2-a5c0-564dd271e6e0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/99323ae3-a6a1-44f2-a5c0-564dd271e6e0"
}
}
}, - "links": {
- "versions": "/api/properties/99323ae3-a6a1-44f2-a5c0-564dd271e6e0/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/99323ae3-a6a1-44f2-a5c0-564dd271e6e0/versions/1"
}, - "meta": { }
}, - {
- "id": "90ed7cf2-45a3-4d63-b38b-6c9bc756ca89",
- "type": "properties_version",
- "attributes": {
- "data": {
- "card": "bypassing"
}, - "version": 1,
- "created_at": "2026-06-18T09:21:25.827909Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f15aba8f-9a5d-4cb5-a599-2274e10e0dfb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f15aba8f-9a5d-4cb5-a599-2274e10e0dfb"
}
}
}, - "links": {
- "versions": "/api/properties/f15aba8f-9a5d-4cb5-a599-2274e10e0dfb/versions",
- "owner": "/api/projects/opc/environments/dev/changes/374d998e-bcec-4018-b1eb-814dfbb02a0a",
- "self": "/api/properties/f15aba8f-9a5d-4cb5-a599-2274e10e0dfb/versions/1"
}, - "meta": { }
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | |
| include | string Example: include=parents Include the scheduled change parents in the response |
| fields[<resource_type>] |
{- "data": [
- {
- "id": "7c0c95fc-af8a-4211-9888-01decface1b8",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "shaunte",
- "cron_schedule": "47 12 20 12 4",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "pixel": "bypassing"
}, - "property_overrides": {
- "matrix": "programming"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-06-18T09:21:13.289736Z",
- "updated_at": "2026-06-18T09:21:13.289736Z",
- "next_run_at": "2026-12-03T01:47:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "parse",
- "new_commits_only": true,
- "git_rev": "redundant",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "6f420fc6-50de-411f-bf29-f5e027cbb48f",
- "type": "project"
}, - {
- "id": "d1501fd1-4afb-465e-be84-c1634f3d71c5",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/7156dd18-1074-4ea8-b727-154895ee21c3",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/7c0c95fc-af8a-4211-9888-01decface1b8"
}
}, - {
- "id": "cf74cd0d-2480-42ce-8705-c6424865aac5",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "rico_kutch",
- "cron_schedule": "42 23 21 6 6",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "pixel": "synthesizing"
}, - "property_overrides": {
- "hard drive": "generating"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-06-18T09:21:13.667854Z",
- "updated_at": "2026-06-18T09:21:13.667854Z",
- "next_run_at": "2026-06-20T13:42:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "6f420fc6-50de-411f-bf29-f5e027cbb48f",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/cf74cd0d-2480-42ce-8705-c6424865aac5",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "6f420fc6-50de-411f-bf29-f5e027cbb48f",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "leonel_hudson",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6d2755ff-8f64-4fe4-bc44-efadd2f70574",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6d2755ff-8f64-4fe4-bc44-efadd2f70574"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "42f4e5c9-e701-4167-894c-eed892c4f015",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/42f4e5c9-e701-4167-894c-eed892c4f015"
}
}, - "children": {
- "data": [
- {
- "id": "d1501fd1-4afb-465e-be84-c1634f3d71c5",
- "type": "environment"
}, - {
- "id": "a7754afa-9522-4231-81c2-4aa5696b3dcf",
- "type": "asset"
}, - {
- "id": "a3b2de6e-bb4a-4bdb-ae78-87eb336eadac",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "d1501fd1-4afb-465e-be84-c1634f3d71c5",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "harold.altenwerth"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c263cc1a-6461-4ea7-8df9-cdc515348a7d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c263cc1a-6461-4ea7-8df9-cdc515348a7d"
}
}, - "parents": {
- "data": [
- {
- "id": "6f420fc6-50de-411f-bf29-f5e027cbb48f",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b701dbe7-5da0-44c2-973f-3031a0ce1245",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b701dbe7-5da0-44c2-973f-3031a0ce1245"
}
}, - "parent": {
- "data": {
- "id": "6f420fc6-50de-411f-bf29-f5e027cbb48f",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "6f420fc6-50de-411f-bf29-f5e027cbb48f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Creates a scheduled activity in a specific project, environment or asset.
Notes:
When creating scheduled activities via a project, environment or asset scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path.
When creating scheduled activities for assets (e.g. POST to /api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.
See the various payload examples to understand the required fields for each possible request to this endpoint.
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "33 6 13 9 3",
- "new_commits_only": false,
- "repeat": true,
- "metadata": {
- "protocol": "overriding"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "card": "navigating"
}, - "settings_overrides": {
- "repo_folder": "transmitting"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "e52f6bd2-ce1f-45f9-9a20-3e687d8a0904",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "logged_in_user",
- "cron_schedule": "33 8 15 5 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "panel": "indexing"
}, - "property_overrides": {
- "system": "programming"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-06-18T09:21:14.486698Z",
- "updated_at": "2026-06-18T09:21:14.486698Z",
- "next_run_at": "2027-05-14T22:33:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": false,
- "git_rev": "neural",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "repo_folder": "programming"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "c0313a0e-1185-47af-8ca6-42cbe073b961",
- "type": "project"
}, - {
- "id": "c2eaf909-ba40-4016-97c1-f8bf5cfc8080",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/073518fa-17f7-498a-8406-8ec178fef8b8",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/e52f6bd2-ce1f-45f9-9a20-3e687d8a0904"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: 46799d41-783e-4eeb-aab9-599bfc33f98a scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "a3f22188-05df-43e3-9a76-9891a0f7dd95",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "monroe_wunsch",
- "cron_schedule": "30 14 12 4 4",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "alarm": "navigating"
}, - "property_overrides": {
- "alarm": "calculating"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-06-18T09:21:15.227040Z",
- "updated_at": "2026-06-18T09:21:15.227040Z",
- "next_run_at": "2027-04-01T03:30:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "program",
- "new_commits_only": false,
- "git_rev": "optical",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "bef518d0-851a-4465-93f9-8f671fa4ecfd",
- "type": "project"
}, - {
- "id": "bd8df06d-ebd9-4f3e-ab69-20bed4baa728",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/5deab6e7-1fdc-46d3-a548-811dc740b92d",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/a3f22188-05df-43e3-9a76-9891a0f7dd95"
}
}, - "included": [
- {
- "id": "bef518d0-851a-4465-93f9-8f671fa4ecfd",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "dillon",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "842eab87-307a-4ccf-9f4f-32d082646a54",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/842eab87-307a-4ccf-9f4f-32d082646a54"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "f52383e1-3455-4a42-bc07-46964d71b2e0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f52383e1-3455-4a42-bc07-46964d71b2e0"
}
}, - "children": {
- "data": [
- {
- "id": "bd8df06d-ebd9-4f3e-ab69-20bed4baa728",
- "type": "environment"
}, - {
- "id": "3fdbc465-5c9e-424d-b6f3-e5cfc3931c19",
- "type": "asset"
}, - {
- "id": "6aa30368-c993-4bb8-83a4-37862895f390",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "bd8df06d-ebd9-4f3e-ab69-20bed4baa728",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "aurelio"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ead294f8-bba9-4449-b4b6-9f75c5e8f49e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ead294f8-bba9-4449-b4b6-9f75c5e8f49e"
}
}, - "parents": {
- "data": [
- {
- "id": "bef518d0-851a-4465-93f9-8f671fa4ecfd",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "65f78320-0f88-4594-8e61-eb38041d536f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/65f78320-0f88-4594-8e61-eb38041d536f"
}
}, - "parent": {
- "data": {
- "id": "bef518d0-851a-4465-93f9-8f671fa4ecfd",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "bef518d0-851a-4465-93f9-8f671fa4ecfd",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
]
}Updates a scheduled activity in a specific project, environment or asset.
Notes:
scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.| scheduled_change_id required | string Example: 46799d41-783e-4eeb-aab9-599bfc33f98a scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "21 17 7 3 1",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "system": "hacking"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "capacitor": "bypassing"
}, - "settings_overrides": {
- "dockerfile": "bypassing"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "195dc073-9854-4671-b950-157315a3f111",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "darrell",
- "cron_schedule": "56 14 8 6 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "sensor": "synthesizing"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-06-18T09:21:16.203751Z",
- "updated_at": "2026-06-18T09:21:16.632309Z",
- "next_run_at": "2027-06-08T04:56:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": false,
- "git_rev": "open-source",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "76f8add6-4eb4-45d7-a278-407e7ec2d7f9",
- "type": "project"
}, - {
- "id": "eb4da961-59d7-48ed-8b79-97907e56a025",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/3d2c2b2d-28b9-443d-9f18-aac3d8dfd758",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/195dc073-9854-4671-b950-157315a3f111"
}
}
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "eccbaca9-a185-499f-bcfe-ede1aea56b03",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "hack",
- "change_id": "b8650571-a166-49ce-a2b7-001bf93cb3d7",
- "child_execution_strategy": "sequential",
- "full_path": "hack",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-18T09:22:07.317674Z",
- "started_at": "2026-06-18T09:22:07.317674Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "hack",
- "created_at": "2026-06-18T09:11:39.582315Z",
- "started_at": "2026-06-18T09:12:39.582315Z",
- "finished_at": "2026-06-18T09:13:37.716211Z",
- "updated_at": "2026-06-18T09:22:07.373218Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5fec1a41-89a6-4ad0-853b-56384f073d8f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5fec1a41-89a6-4ad0-853b-56384f073d8f"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "673a9ef8-9e15-4979-a22c-b5192593620c",
- "type": "properties_version"
}, - {
- "id": "e6a1d846-d7a0-445c-a0bc-a6f88fa01c9e",
- "type": "properties_version"
}, - {
- "id": "8475af54-79e1-4697-800e-b2878ac7a1f8",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "b8650571-a166-49ce-a2b7-001bf93cb3d7",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/b8650571-a166-49ce-a2b7-001bf93cb3d7",
- "change": "/api/projects/opc/environments/dev/changes/b8650571-a166-49ce-a2b7-001bf93cb3d7",
- "log_lines": "/api/steps/eccbaca9-a185-499f-bcfe-ede1aea56b03/log_lines",
- "self": "/api/steps/eccbaca9-a185-499f-bcfe-ede1aea56b03"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: 535c5e11-3dea-47e1-ae0e-3d2abc9b1e1f step id |
{- "data": {
- "id": "ff253bca-7250-4ddc-bd98-a395b086a046",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "generate",
- "change_id": "63d83823-42e5-4ed2-9f14-d3fadd33853a",
- "child_execution_strategy": "sequential",
- "full_path": "generate",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-18T09:22:07.566157Z",
- "started_at": "2026-06-18T09:22:07.566157Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "generate",
- "created_at": "2026-06-18T09:11:09.207656Z",
- "started_at": "2026-06-18T09:12:09.207656Z",
- "finished_at": "2026-06-18T09:13:22.349550Z",
- "updated_at": "2026-06-18T09:22:07.622300Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1c2ef04a-6ee0-429e-b189-2ad8304ffccf",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1c2ef04a-6ee0-429e-b189-2ad8304ffccf"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "f525a492-d242-46db-822f-c3a5230731ba",
- "type": "properties_version"
}, - {
- "id": "62518610-ab41-4f3d-ae35-841165013f54",
- "type": "properties_version"
}, - {
- "id": "4daa3abf-a5e0-4582-a2c6-3f0ebfd92a47",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "63d83823-42e5-4ed2-9f14-d3fadd33853a",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/63d83823-42e5-4ed2-9f14-d3fadd33853a",
- "change": "/api/projects/opc/environments/dev/changes/63d83823-42e5-4ed2-9f14-d3fadd33853a",
- "log_lines": "/api/steps/ff253bca-7250-4ddc-bd98-a395b086a046/log_lines",
- "self": "/api/steps/ff253bca-7250-4ddc-bd98-a395b086a046"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "microchip": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "f525a492-d242-46db-822f-c3a5230731ba",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:22:07.498284Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a2be9b89-9e98-47da-a70d-dd8b4addcab8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a2be9b89-9e98-47da-a70d-dd8b4addcab8"
}
}
}, - "links": {
- "versions": "/api/properties/a2be9b89-9e98-47da-a70d-dd8b4addcab8/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/a2be9b89-9e98-47da-a70d-dd8b4addcab8/versions/1"
}, - "meta": { }
}, - {
- "id": "62518610-ab41-4f3d-ae35-841165013f54",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:22:07.527542Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "59877e19-d11e-46c9-b558-15d3bf9b6793",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/59877e19-d11e-46c9-b558-15d3bf9b6793"
}
}
}, - "links": {
- "versions": "/api/properties/59877e19-d11e-46c9-b558-15d3bf9b6793/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/59877e19-d11e-46c9-b558-15d3bf9b6793/versions/1"
}, - "meta": { }
}, - {
- "id": "4daa3abf-a5e0-4582-a2c6-3f0ebfd92a47",
- "type": "properties_version",
- "attributes": {
- "data": {
- "microchip": "generating"
}, - "version": 1,
- "created_at": "2026-06-18T09:22:07.579590Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a3bfbf60-de19-413d-beaa-195f7f3ddac0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a3bfbf60-de19-413d-beaa-195f7f3ddac0"
}
}
}, - "links": {
- "versions": "/api/properties/a3bfbf60-de19-413d-beaa-195f7f3ddac0/versions",
- "owner": "/api/projects/opc/environments/dev/changes/63d83823-42e5-4ed2-9f14-d3fadd33853a",
- "self": "/api/properties/a3bfbf60-de19-413d-beaa-195f7f3ddac0/versions/1"
}, - "meta": { }
}, - {
- "id": "1c2ef04a-6ee0-429e-b189-2ad8304ffccf",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "microchip": "generating"
}, - "version": 1,
- "created_at": "2026-06-18T09:22:07.613183Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/ff253bca-7250-4ddc-bd98-a395b086a046"
}
}
}, - "links": {
- "self": "/api/properties/1c2ef04a-6ee0-429e-b189-2ad8304ffccf",
- "current_version": "/api/properties/1c2ef04a-6ee0-429e-b189-2ad8304ffccf/versions/1",
- "versions": "/api/properties/1c2ef04a-6ee0-429e-b189-2ad8304ffccf/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: 535c5e11-3dea-47e1-ae0e-3d2abc9b1e1f step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "71342dfe-3799-4e99-b08f-bfbf0cec5d0e",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "parse",
- "change_id": "2323f3e7-7a55-46ab-abbd-0537d9e76362",
- "child_execution_strategy": "sequential",
- "full_path": "parse",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": true,
- "state_timing": {
- "error": {
- "ended_at": "2026-06-18T09:22:08.153951Z",
- "started_at": "2026-06-18T09:22:08.153951Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "parse",
- "created_at": "2026-06-18T09:15:10.659302Z",
- "started_at": "2026-06-18T09:16:10.659302Z",
- "finished_at": "2026-06-18T09:18:26.061999Z",
- "updated_at": "2026-06-18T09:22:08.317126Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "84a08c35-87e5-4cc9-b3fd-4207d93a10f9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/84a08c35-87e5-4cc9-b3fd-4207d93a10f9"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "5baebbb3-c7b9-4ce5-a77d-9afaaf51c614",
- "type": "properties_version"
}, - {
- "id": "20bb7ce2-daed-4993-a45e-0726134fb89b",
- "type": "properties_version"
}, - {
- "id": "3847fc7a-da88-4a62-bf20-d84b41e2b600",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "2323f3e7-7a55-46ab-abbd-0537d9e76362",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/2323f3e7-7a55-46ab-abbd-0537d9e76362",
- "change": "/api/projects/opc/environments/dev/changes/2323f3e7-7a55-46ab-abbd-0537d9e76362",
- "log_lines": "/api/steps/71342dfe-3799-4e99-b08f-bfbf0cec5d0e/log_lines",
- "self": "/api/steps/71342dfe-3799-4e99-b08f-bfbf0cec5d0e"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: 15924188-98cd-4aca-bc8c-f7fa15e30ba0 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "c916dc12-e633-40f6-8123-e28945bc1794",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "opschain_wait_step_2",
- "change_id": "d8f01488-9774-46f7-9213-fe25e11c1957",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_2",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-18T09:22:09.060755Z",
- "started_at": "2026-06-18T09:22:09.060755Z"
}, - "waiting": {
- "ended_at": "2026-06-18T09:22:09.060755Z",
- "started_at": "2026-06-18T09:22:08.982629Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": null,
- "name": "opschain_wait_step_2",
- "created_at": "2026-06-18T09:12:38.520347Z",
- "started_at": "2026-06-18T09:13:38.520347Z",
- "finished_at": "2026-06-18T09:22:10.065998Z",
- "updated_at": "2026-06-18T09:22:10.105655Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f544eb18-815c-4a0f-ada1-660a503bc008",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f544eb18-815c-4a0f-ada1-660a503bc008"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "91fadd65-3152-4d12-9dc7-f8c8f2a9fc28",
- "type": "properties_version"
}, - {
- "id": "0010e89b-f660-4bbe-8d2b-94546d94231f",
- "type": "properties_version"
}, - {
- "id": "7d7d56ac-f5e4-46c5-a00a-5d2fd401ed0a",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "d8f01488-9774-46f7-9213-fe25e11c1957",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/d8f01488-9774-46f7-9213-fe25e11c1957",
- "change": "/api/projects/opc/environments/dev/changes/d8f01488-9774-46f7-9213-fe25e11c1957",
- "log_lines": "/api/steps/c916dc12-e633-40f6-8123-e28945bc1794/log_lines",
- "self": "/api/steps/c916dc12-e633-40f6-8123-e28945bc1794"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: 15924188-98cd-4aca-bc8c-f7fa15e30ba0 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "14da4062-136f-4dce-a789-debd8232433e",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": [
- {
- "actions": "all",
- "ldap_groups": [
- "an-ldap-group"
], - "approved_by": null
}
], - "action": "opschain_wait_step_4",
- "change_id": "c05260d8-4e48-44d4-a2ea-4f79b9dc9fa4",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_4",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "queued": {
- "ended_at": null,
- "started_at": "2026-06-18T09:22:10.782460Z"
}, - "waiting": {
- "ended_at": "2026-06-18T09:22:10.782460Z",
- "started_at": "2026-06-18T09:22:10.708349Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": null,
- "name": "opschain_wait_step_4",
- "created_at": "2026-06-18T09:14:36.073271Z",
- "started_at": "2026-06-18T09:15:36.073271Z",
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:10.802013Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "18b30099-f99d-4d75-88f2-801641928d4d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/18b30099-f99d-4d75-88f2-801641928d4d"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "05ad29da-c75f-4f1b-8c3d-a2a2ad6be675",
- "type": "properties_version"
}, - {
- "id": "c5a0cf94-ce63-4a7b-b4e4-e6fd44420251",
- "type": "properties_version"
}, - {
- "id": "60649f73-2113-44ec-a9c4-864966478ac3",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "c05260d8-4e48-44d4-a2ea-4f79b9dc9fa4",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/c05260d8-4e48-44d4-a2ea-4f79b9dc9fa4",
- "change": "/api/projects/opc/environments/dev/changes/c05260d8-4e48-44d4-a2ea-4f79b9dc9fa4",
- "log_lines": "/api/steps/14da4062-136f-4dce-a789-debd8232433e/log_lines",
- "self": "/api/steps/14da4062-136f-4dce-a789-debd8232433e"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: 15924188-98cd-4aca-bc8c-f7fa15e30ba0 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "f2e56911-c041-4dc8-924f-88c8f6a7302b",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": [
- {
- "actions": "all",
- "ldap_groups": [
- "an-ldap-group"
], - "approved_by": null
}
], - "action": "opschain_wait_step_7",
- "change_id": "ee768b6f-3863-49e5-a725-1fe13a6004fc",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_7",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "aborted": {
- "ended_at": "2026-06-18T09:22:11.766528Z",
- "started_at": "2026-06-18T09:22:11.766528Z"
}, - "waiting": {
- "ended_at": "2026-06-18T09:22:11.766528Z",
- "started_at": "2026-06-18T09:22:11.668592Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": null,
- "name": "opschain_wait_step_7",
- "created_at": "2026-06-18T09:13:37.024981Z",
- "started_at": "2026-06-18T09:14:37.024981Z",
- "finished_at": "2026-06-18T09:22:11.767678Z",
- "updated_at": "2026-06-18T09:22:11.779224Z",
- "status_code": "aborted"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2c40149e-7187-481b-8525-08a2246ea2e1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2c40149e-7187-481b-8525-08a2246ea2e1"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "5617a8c7-6019-4ab1-914c-806c2585dd0b",
- "type": "properties_version"
}, - {
- "id": "fa39598f-3775-4eee-88f2-c9fc2fac5eba",
- "type": "properties_version"
}, - {
- "id": "509c0680-74ab-437a-8dfd-4b404d43900a",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "ee768b6f-3863-49e5-a725-1fe13a6004fc",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/ee768b6f-3863-49e5-a725-1fe13a6004fc",
- "change": "/api/projects/opc/environments/dev/changes/ee768b6f-3863-49e5-a725-1fe13a6004fc",
- "log_lines": "/api/steps/f2e56911-c041-4dc8-924f-88c8f6a7302b/log_lines",
- "self": "/api/steps/f2e56911-c041-4dc8-924f-88c8f6a7302b"
}, - "meta": { }
}
}Show the converged settings for the change containing this step, including any change-specific setting overrides.
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| step_id required | string Example: 535c5e11-3dea-47e1-ae0e-3d2abc9b1e1f step id |
{- "data": {
- "id": "42337c95-8a33-4ffe-a6d9-2956668d6bac",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "dockerfile": "Dockerfile_custom",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "dockerfile": "Change",
- "requires_approval_from": "System Configuration"
}
}
}
}
}Converge the properties for a step.
The optional action_stage argument can be:
| step_id required | string Example: 535c5e11-3dea-47e1-ae0e-3d2abc9b1e1f step id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "index (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "program": "bypassing"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "613f694e-8c28-4cc9-b528-0707c95da153",
- "type": "properties_version"
}, - {
- "id": "ca17f142-e328-453b-88de-a850b42b4340",
- "type": "properties_version"
}, - {
- "id": "0b53b391-419c-4f04-b263-2257ca039492",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "program": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "613f694e-8c28-4cc9-b528-0707c95da153",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-18T09:22:13.016302Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a5672411-79e9-4834-9c37-1a2917e980c4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a5672411-79e9-4834-9c37-1a2917e980c4"
}
}
}, - "links": {
- "versions": "/api/properties/a5672411-79e9-4834-9c37-1a2917e980c4/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/a5672411-79e9-4834-9c37-1a2917e980c4/versions/1"
}, - "meta": { }
}, - {
- "id": "ca17f142-e328-453b-88de-a850b42b4340",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-18T09:22:13.038960Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e3cdc1fa-d412-4189-93cd-f8b09dd7fd1d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e3cdc1fa-d412-4189-93cd-f8b09dd7fd1d"
}
}
}, - "links": {
- "versions": "/api/properties/e3cdc1fa-d412-4189-93cd-f8b09dd7fd1d/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/e3cdc1fa-d412-4189-93cd-f8b09dd7fd1d/versions/1"
}, - "meta": { }
}, - {
- "id": "0b53b391-419c-4f04-b263-2257ca039492",
- "type": "properties_version",
- "attributes": {
- "data": {
- "program": "bypassing"
}, - "version": 1,
- "created_at": "2026-06-18T09:22:13.078276Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d4b12540-aa9a-4f6f-bfe6-c12c28620d4c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d4b12540-aa9a-4f6f-bfe6-c12c28620d4c"
}
}
}, - "links": {
- "versions": "/api/properties/d4b12540-aa9a-4f6f-bfe6-c12c28620d4c/versions",
- "owner": "/api/projects/opc/environments/dev/changes/7ef0bbd9-a8c2-451f-b499-8d378a3e3c8f",
- "self": "/api/properties/d4b12540-aa9a-4f6f-bfe6-c12c28620d4c/versions/1"
}, - "meta": { }
}
]
}List the log lines for a change.
| change_id required | string Example: 947d8857-66e4-49d0-a1ea-bdd1f2763923 |
| filter[<query/sort filter>]= | |
| download | string Example: download=change.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "689530d8-1766-4835-bc43-02abb0481cdf",
- "type": "log_line",
- "attributes": {
- "message": "Perferendis unde reiciendis dolorum.",
- "category": "action",
- "change_id": "4ab0e6d1-fa68-465e-94ea-219e17ffdbf4",
- "step_id": "f9c49821-7409-431c-9f77-c373775139f8",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 535c5e11-3dea-47e1-ae0e-3d2abc9b1e1f |
| include_child_steps | boolean Example: include_child_steps=true Whether to include logs for steps that are children of this step |
| filter[<query/sort filter>]= | |
| download | string Example: download=step.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "5c6d1f88-855f-46b6-93a2-e6f82763a448",
- "type": "log_line",
- "attributes": {
- "message": "Quam suscipit assumenda ducimus.",
- "category": "action",
- "change_id": "3f51f17f-94c2-4e66-b259-456e90964cc5",
- "step_id": "1c4b118d-9082-45e2-bd2e-a14d74ec79fb",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "47058b55-7c27-4089-a127-c87049baf496",
- "type": "log_line",
- "attributes": {
- "message": "Sed debitis qui porro.",
- "category": "action",
- "change_id": "d745f546-9a55-4ab2-a317-e5a4059cd320",
- "step_id": "2be29e2f-e294-46e2-9a0e-7e4070803617",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the workflow run log lines for a workflow run.
| workflow_run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 |
| filter[<query/sort filter>]= | |
| download | string Example: download=workflow_run.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "7a5f8e3c-92ee-48c3-9920-4451ab655d76",
- "type": "log_line",
- "attributes": {
- "message": "Est ut voluptas molestiae.",
- "category": "action",
- "workflow_run_id": "9aa883f7-ff40-4912-a0a6-a5f00316c934",
- "workflow_step_id": "1d25e9c9-7fb3-4a00-b100-e8dceca2d130",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: 807da6b1-c456-4639-a896-a1a404e66f43 |
| include_child_steps | boolean Example: include_child_steps=true Whether to include logs for steps that are children of this step |
| filter[<query/sort filter>]= | |
| download | string Example: download=workflow_step.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "a07af84e-317c-4563-88de-0d2020251dba",
- "type": "log_line",
- "attributes": {
- "message": "Error quibusdam exercitationem accusamus.",
- "category": "action",
- "workflow_run_id": "f6e9f99f-ac49-481c-ade4-be998bc75c14",
- "workflow_step_id": "fb4c6175-25d0-45bd-968c-2efca68cb79e",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered workflow run log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of workflow run log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "7d191c72-7bf8-488e-966b-eb639f725e85",
- "type": "log_line",
- "attributes": {
- "message": "In iusto et delectus.",
- "category": "action",
- "workflow_run_id": "85da94d2-45df-422f-8161-3df6d2b3f1a9",
- "workflow_step_id": "f653ee76-9909-4842-bd78-c352c8b0624d",
- "logged_at": "2026-06-17T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Endpoints to interact with workflow runs
Notes:
/workflow_runs - will return all workflow runs accessible to the user./project/{project_code}/workflow_runs - will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs - will return all workflow runs this workflow./<path/to/asset>/workflow_runs - will return all workflow runs that include a change for this asset.Lists all workflow runs.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "508139af-a4c3-4e1c-a15d-ad61443099d6",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "6fdab595-6ad2-44f7-821d-7ec9d479b221",
- "name": "temporibus",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "a282f830-55a9-4720-8473-1d9ff8b137e8",
- "name": "animi",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "227026b9-d900-4541-931c-3a8827287826",
- "name": "override",
- "type": "workflow_change_step",
- "action": "override",
- "target": "/projects/p9rs4/environments/tn0xo/assets/znnks"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "38ddc2a7-a87b-43cc-869d-a2a64fc97510",
- "name": "connect",
- "type": "workflow_change_step",
- "action": "connect",
- "target": "/projects/3az9c/environments/sr7zy/assets/5iusp"
}, - {
- "id": "c7fe1eb8-9c93-4294-9a59-f2f208180bcf",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "43f3e737-2ec4-493f-87f2-5493c3c174fb",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/6jxzw/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Alpha": "7.2",
- "Namfix": "0.9.6",
- "Zoolab": "0.6.8",
- "Fintone": "4.5.5",
- "Flexidy": "0.16",
- "Bytecard": "3.8",
- "Overhold": "9.2",
- "Gembucket": "0.73",
- "Stronghold": "7.0.4",
- "Mat Lam Tam": "0.70"
}, - "created_by": "kandra.heller",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:23.422431Z",
- "started_at": "2026-06-18T09:14:13.454168Z",
- "finished_at": "2026-06-18T09:14:27.027995Z",
- "updated_at": "2026-06-18T09:22:23.432568Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "26e2f5d1-2c48-407b-9cba-7235de3582cf",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "0902a8b5-c33e-4c9d-933d-ae2226c2dc8e",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "6fdab595-6ad2-44f7-821d-7ec9d479b221",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "43f3e737-2ec4-493f-87f2-5493c3c174fb",
- "type": "workflow_workflow_step"
}, - {
- "id": "a282f830-55a9-4720-8473-1d9ff8b137e8",
- "type": "workflow_noop_step"
}, - {
- "id": "6fdab595-6ad2-44f7-821d-7ec9d479b221",
- "type": "workflow_noop_step"
}, - {
- "id": "c7fe1eb8-9c93-4294-9a59-f2f208180bcf",
- "type": "workflow_wait_step"
}, - {
- "id": "38ddc2a7-a87b-43cc-869d-a2a64fc97510",
- "type": "workflow_change_step"
}, - {
- "id": "227026b9-d900-4541-931c-3a8827287826",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "efd1ed98-189c-4753-8fe1-36c20ef8123c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/efd1ed98-189c-4753-8fe1-36c20ef8123c"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/508139af-a4c3-4e1c-a15d-ad61443099d6",
- "log_lines": "/api/workflow_runs/508139af-a4c3-4e1c-a15d-ad61443099d6/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "26e2f5d1-2c48-407b-9cba-7235de3582cf",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "libbie.schmeler",
- "created_at": "2026-06-18T09:22:23.375044Z",
- "updated_at": "2026-06-18T09:22:23.388662Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "e70f828b-c6db-4c42-9d0b-c0fdc3dd70d0",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
required | object |
{- "data": {
- "attributes": {
- "project_code": "opc",
- "workflow_code": "assets",
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}, - "notify": {
- "user_ids": [
- "cd34954c-90cb-4bd8-894e-22084ccc6db3"
], - "ldap_groups": [
- "ldap_group_name"
], - "email_addresses": [
- "limepoint@opschain.com"
], - "events": "cancel"
}
}
}
}{- "data": {
- "id": "90c0e748-1f17-48b5-a4e0-0b866d700cbf",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "fc5f534c-b302-4ace-ad61-51927a69b5b7",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "ecdc42b5-cbaa-477d-94b0-1568a5d6d3bb",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "logged_in_user",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:24.726359Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:24.742204Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "309ddbc7-c1fc-44ab-bc8c-00961140ad67",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "eb00e478-dd36-4090-b81c-a0efba826e0f",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "fc5f534c-b302-4ace-ad61-51927a69b5b7",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "fc5f534c-b302-4ace-ad61-51927a69b5b7",
- "type": "workflow_noop_step"
}, - {
- "id": "ecdc42b5-cbaa-477d-94b0-1568a5d6d3bb",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "1fe86d15-9bac-4276-b4f5-1e7c5ad57720",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1fe86d15-9bac-4276-b4f5-1e7c5ad57720"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf",
- "log_lines": "/api/workflow_runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "309ddbc7-c1fc-44ab-bc8c-00961140ad67",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "lindsey",
- "created_at": "2026-06-18T09:22:24.210673Z",
- "updated_at": "2026-06-18T09:22:24.226550Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/1",
- "change_parent": {
- "id": "0a9fc10d-35bf-4173-b314-ad72a057d05d",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "377f8db6-08dd-48f1-9bb4-3a4f01a3fb31",
- "node_type": "asset",
- "parent_id": "377f8db6-08dd-48f1-9bb4-3a4f01a3fb31",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-06-18T09:22:24.113Z",
- "updated_at": "2026-06-18T09:22:24.113Z",
- "project_type": null,
- "template_version_id": "c4b8898a-0942-4242-91af-915e8ea6682b",
- "created_by": "fritz_heaney"
}, - "action_template_version": {
- "id": "c4b8898a-0942-4242-91af-915e8ea6682b",
- "commit_id": "026b2c44-be7e-4093-a02b-41bf7e69387f",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-06-18T09:22:24.024Z",
- "updated_at": "2026-06-18T09:22:24.024Z",
- "state": "ready",
- "created_by": "kimberly.hodkiewicz",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "ddb2e57b-c6c7-4fa7-ae41-ebf5f4bb07d0",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "377f8db6-08dd-48f1-9bb4-3a4f01a3fb31",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "fc5f534c-b302-4ace-ad61-51927a69b5b7",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:24.736320Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:24.742204Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "90c0e748-1f17-48b5-a4e0-0b866d700cbf",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "ecdc42b5-cbaa-477d-94b0-1568a5d6d3bb",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf/steps/fc5f534c-b302-4ace-ad61-51927a69b5b7",
- "log_lines": "/api/workflow_steps/fc5f534c-b302-4ace-ad61-51927a69b5b7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf"
}
}, - {
- "id": "ecdc42b5-cbaa-477d-94b0-1568a5d6d3bb",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:24.746747Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:24.753600Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "0a9fc10d-35bf-4173-b314-ad72a057d05d",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "c4b8898a-0942-4242-91af-915e8ea6682b",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "90c0e748-1f17-48b5-a4e0-0b866d700cbf",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf/steps/ecdc42b5-cbaa-477d-94b0-1568a5d6d3bb",
- "log_lines": "/api/workflow_steps/ecdc42b5-cbaa-477d-94b0-1568a5d6d3bb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf/steps/fc5f534c-b302-4ace-ad61-51927a69b5b7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/90c0e748-1f17-48b5-a4e0-0b866d700cbf"
}
}
]
}Shows a workflow run.
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
{- "data": {
- "id": "e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "name": "nemo",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "1ae0b118-0b70-4cb8-9c97-f37767fe01a5",
- "name": "distinctio",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "29be3575-67cf-40f4-ab6b-c03f7f9aeaa5",
- "name": "input",
- "type": "workflow_change_step",
- "action": "input",
- "target": "/projects/sscyj/environments/ts6m4/assets/xqho5"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "fee0c0d3-80e4-4d29-b1dd-2a93cd89f297",
- "name": "transmit",
- "type": "workflow_change_step",
- "action": "transmit",
- "target": "/projects/c8cww/environments/w5n6g/assets/b4jxq"
}, - {
- "id": "3a0c440d-2ca6-49b8-b905-14e5144e550c",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "ac93b2ec-89e9-47ce-8a2c-559944e612e8",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/gwfaa/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Asoka": "5.2.4",
- "Subin": "1.64",
- "Fintone": "0.96",
- "Flexidy": "0.12",
- "Quo Lux": "0.52",
- "Zontrax": "9.3",
- "Domainer": "5.6",
- "Tampflex": "5.59",
- "Tempsoft": "7.83"
}, - "created_by": "sean.runolfsson",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:26.495221Z",
- "started_at": "2026-06-18T09:12:39.155316Z",
- "finished_at": "2026-06-18T09:13:48.604475Z",
- "updated_at": "2026-06-18T09:22:26.504572Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "748cd35b-12be-4323-88df-1900dcef1ab7",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "73224501-ba3c-483f-bc02-0921250cf215",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "29be3575-67cf-40f4-ab6b-c03f7f9aeaa5",
- "type": "workflow_change_step"
}, - {
- "id": "1ae0b118-0b70-4cb8-9c97-f37767fe01a5",
- "type": "workflow_noop_step"
}, - {
- "id": "7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "type": "workflow_noop_step"
}, - {
- "id": "ac93b2ec-89e9-47ce-8a2c-559944e612e8",
- "type": "workflow_workflow_step"
}, - {
- "id": "3a0c440d-2ca6-49b8-b905-14e5144e550c",
- "type": "workflow_wait_step"
}, - {
- "id": "fee0c0d3-80e4-4d29-b1dd-2a93cd89f297",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "3ac18898-1395-4e0b-9749-5167e5b5c14f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3ac18898-1395-4e0b-9749-5167e5b5c14f"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "log_lines": "/api/workflow_runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "748cd35b-12be-4323-88df-1900dcef1ab7",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "marlene.cremin",
- "created_at": "2026-06-18T09:22:26.445990Z",
- "updated_at": "2026-06-18T09:22:26.459420Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "94279711-0e78-421a-8d2d-3b1cb4138540",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "29be3575-67cf-40f4-ab6b-c03f7f9aeaa5",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "sean.runolfsson",
- "name": "input",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:26.655032Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:26.661551Z",
- "action": "input",
- "property_overrides": {
- "program": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "06dfeddc-1df3-4058-b0b4-6c135d657d8d",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "b90cf8a9-3fca-4ee9-9f9d-57bc30079fdb",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/29be3575-67cf-40f4-ab6b-c03f7f9aeaa5",
- "log_lines": "/api/workflow_steps/29be3575-67cf-40f4-ab6b-c03f7f9aeaa5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/1ae0b118-0b70-4cb8-9c97-f37767fe01a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda"
}
}, - {
- "id": "1ae0b118-0b70-4cb8-9c97-f37767fe01a5",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "sean.runolfsson",
- "name": "distinctio",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-06-18T09:22:26.508261Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:26.652621Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "29be3575-67cf-40f4-ab6b-c03f7f9aeaa5",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/1ae0b118-0b70-4cb8-9c97-f37767fe01a5",
- "log_lines": "/api/workflow_steps/1ae0b118-0b70-4cb8-9c97-f37767fe01a5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda"
}
}, - {
- "id": "7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "sean.runolfsson",
- "name": "nemo",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:26.499897Z",
- "started_at": "2026-06-18T09:12:39.155316Z",
- "finished_at": "2026-06-18T09:13:48.604475Z",
- "updated_at": "2026-06-18T09:22:26.504572Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "1ae0b118-0b70-4cb8-9c97-f37767fe01a5",
- "type": "workflow_noop_step"
}, - {
- "id": "fee0c0d3-80e4-4d29-b1dd-2a93cd89f297",
- "type": "workflow_change_step"
}, - {
- "id": "3a0c440d-2ca6-49b8-b905-14e5144e550c",
- "type": "workflow_wait_step"
}, - {
- "id": "ac93b2ec-89e9-47ce-8a2c-559944e612e8",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "log_lines": "/api/workflow_steps/7d64e451-0e7f-4d75-a5bb-e7f89f60a30e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda"
}
}, - {
- "id": "ac93b2ec-89e9-47ce-8a2c-559944e612e8",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "sean.runolfsson",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:26.883699Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:26.891416Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "e9934e10-b353-48ba-9bc6-c15585ebfed0",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/ac93b2ec-89e9-47ce-8a2c-559944e612e8",
- "log_lines": "/api/workflow_steps/ac93b2ec-89e9-47ce-8a2c-559944e612e8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda"
}
}, - {
- "id": "3a0c440d-2ca6-49b8-b905-14e5144e550c",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "sean.runolfsson",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:26.804300Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:26.812446Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/3a0c440d-2ca6-49b8-b905-14e5144e550c",
- "log_lines": "/api/workflow_steps/3a0c440d-2ca6-49b8-b905-14e5144e550c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda"
}
}, - {
- "id": "fee0c0d3-80e4-4d29-b1dd-2a93cd89f297",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "sean.runolfsson",
- "name": "transmit",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:26.791084Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:26.799147Z",
- "action": "transmit",
- "property_overrides": {
- "program": "backing up"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "21ff706e-0cd2-4ce7-a2d4-dda55664b15e",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "87e28e8c-6872-4b70-abd4-550f52db3128",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e2125ce6-a2e5-4498-a56a-efa709b9bbda",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/fee0c0d3-80e4-4d29-b1dd-2a93cd89f297",
- "log_lines": "/api/workflow_steps/fee0c0d3-80e4-4d29-b1dd-2a93cd89f297/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda/steps/7d64e451-0e7f-4d75-a5bb-e7f89f60a30e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e2125ce6-a2e5-4498-a56a-efa709b9bbda"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "da046b18-34c0-4001-94f0-16c2b9ec594a",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "2cecf41b-542a-4525-b574-817eb0fbe921",
- "name": "perspiciatis",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "c9c36c81-1a0c-4574-8d6c-52352679426d",
- "name": "enim",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "febb639d-b39a-4ae0-89fa-e7528d4ff6ae",
- "name": "compress",
- "type": "workflow_change_step",
- "action": "compress",
- "target": "/projects/6ldea/environments/aewxu/assets/q89vg"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "b805b771-e34d-4268-a18f-abdeda924da3",
- "name": "hack",
- "type": "workflow_change_step",
- "action": "hack",
- "target": "/projects/9j2zy/environments/p7lk8/assets/bxwum"
}, - {
- "id": "1335ca19-d103-4b5a-8bf7-b8cf68568608",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "63d7db4b-8821-485b-99b2-2bdb3b62795c",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/1qamo/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Span": "0.36",
- "Tresom": "4.8",
- "Cookley": "7.3",
- "Regrant": "0.65",
- "Sonsing": "0.59",
- "Aerified": "0.7.6",
- "Treeflex": "0.33",
- "Zaam-Dox": "0.3.0",
- "Cardguard": "8.2",
- "Lotstring": "0.36"
}, - "created_by": "renato",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:30.034486Z",
- "started_at": "2026-06-18T09:15:53.890720Z",
- "finished_at": "2026-06-18T09:20:53.111295Z",
- "updated_at": "2026-06-18T09:22:30.048785Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "268634d7-59ab-4b71-b71d-ea357ea7e4e8",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "987ee2d5-549f-48a0-aeab-05e4b3984687",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "2cecf41b-542a-4525-b574-817eb0fbe921",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "c9c36c81-1a0c-4574-8d6c-52352679426d",
- "type": "workflow_noop_step"
}, - {
- "id": "febb639d-b39a-4ae0-89fa-e7528d4ff6ae",
- "type": "workflow_change_step"
}, - {
- "id": "2cecf41b-542a-4525-b574-817eb0fbe921",
- "type": "workflow_noop_step"
}, - {
- "id": "b805b771-e34d-4268-a18f-abdeda924da3",
- "type": "workflow_change_step"
}, - {
- "id": "1335ca19-d103-4b5a-8bf7-b8cf68568608",
- "type": "workflow_wait_step"
}, - {
- "id": "63d7db4b-8821-485b-99b2-2bdb3b62795c",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "f9dfcffb-9e1e-4439-932d-8f0317d1e939",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f9dfcffb-9e1e-4439-932d-8f0317d1e939"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/da046b18-34c0-4001-94f0-16c2b9ec594a",
- "log_lines": "/api/workflow_runs/da046b18-34c0-4001-94f0-16c2b9ec594a/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "268634d7-59ab-4b71-b71d-ea357ea7e4e8",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "belen_miller",
- "created_at": "2026-06-18T09:22:29.974996Z",
- "updated_at": "2026-06-18T09:22:29.991433Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "9bd939e7-ba14-4b89-9c6f-f2db5408361e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}
}
}
}{- "data": {
- "id": "df5c0c38-3026-401b-8713-0981989232fb",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "78436242-acc7-4009-8e1c-1b22a8370317",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "1adfc8b5-7cb5-45bd-8161-6130082fe93c",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "logged_in_user",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:32.059606Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:32.074724Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "4d4495a5-8b8e-46fc-a5fd-ee12daa195fa",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "4ffe6c1e-4969-4c6b-9db0-a98068155428",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "78436242-acc7-4009-8e1c-1b22a8370317",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "1adfc8b5-7cb5-45bd-8161-6130082fe93c",
- "type": "workflow_change_step"
}, - {
- "id": "78436242-acc7-4009-8e1c-1b22a8370317",
- "type": "workflow_noop_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "d0540d65-78ea-40a8-b1e2-49fc3deb32e7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d0540d65-78ea-40a8-b1e2-49fc3deb32e7"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/df5c0c38-3026-401b-8713-0981989232fb",
- "log_lines": "/api/workflow_runs/df5c0c38-3026-401b-8713-0981989232fb/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "4d4495a5-8b8e-46fc-a5fd-ee12daa195fa",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "talia",
- "created_at": "2026-06-18T09:22:31.530722Z",
- "updated_at": "2026-06-18T09:22:31.542967Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/1",
- "change_parent": {
- "id": "ad848d2e-8471-4398-a33c-ae59a3341eaa",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "e9e4c71e-3ce9-444b-a32b-eb637611feee",
- "node_type": "asset",
- "parent_id": "e9e4c71e-3ce9-444b-a32b-eb637611feee",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-06-18T09:22:31.460Z",
- "updated_at": "2026-06-18T09:22:31.460Z",
- "project_type": null,
- "template_version_id": "a8b87c53-d78b-4890-a5c9-79bbc4243fd8",
- "created_by": "earl_lang"
}, - "action_template_version": {
- "id": "a8b87c53-d78b-4890-a5c9-79bbc4243fd8",
- "commit_id": "a565ec94-7891-4c4d-b1cd-a5ff6380e060",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-06-18T09:22:31.422Z",
- "updated_at": "2026-06-18T09:22:31.422Z",
- "state": "ready",
- "created_by": "minh_ankunding",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "beea2f09-80c6-452f-bd9b-22f6b33ca959",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "e9e4c71e-3ce9-444b-a32b-eb637611feee",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "1adfc8b5-7cb5-45bd-8161-6130082fe93c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:32.079064Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:32.085006Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "ad848d2e-8471-4398-a33c-ae59a3341eaa",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "a8b87c53-d78b-4890-a5c9-79bbc4243fd8",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "df5c0c38-3026-401b-8713-0981989232fb",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/df5c0c38-3026-401b-8713-0981989232fb/steps/1adfc8b5-7cb5-45bd-8161-6130082fe93c",
- "log_lines": "/api/workflow_steps/1adfc8b5-7cb5-45bd-8161-6130082fe93c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/df5c0c38-3026-401b-8713-0981989232fb/steps/78436242-acc7-4009-8e1c-1b22a8370317",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/df5c0c38-3026-401b-8713-0981989232fb"
}
}, - {
- "id": "78436242-acc7-4009-8e1c-1b22a8370317",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:32.069659Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:32.074724Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "df5c0c38-3026-401b-8713-0981989232fb",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "1adfc8b5-7cb5-45bd-8161-6130082fe93c",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/df5c0c38-3026-401b-8713-0981989232fb/steps/78436242-acc7-4009-8e1c-1b22a8370317",
- "log_lines": "/api/workflow_steps/78436242-acc7-4009-8e1c-1b22a8370317/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/df5c0c38-3026-401b-8713-0981989232fb",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/df5c0c38-3026-401b-8713-0981989232fb"
}
}
]
}Shows a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
{- "data": {
- "id": "c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "name": "ad",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7f2fa983-2177-4d52-8901-14a51ddd3c3d",
- "name": "eius",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "5df0c87b-e310-4ae5-979a-c413cbb514a3",
- "name": "connect",
- "type": "workflow_change_step",
- "action": "connect",
- "target": "/projects/te9cg/environments/ujw4g/assets/qh6m9"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "6dd0fb49-e484-4286-83cc-98916a0df5f2",
- "name": "input",
- "type": "workflow_change_step",
- "action": "input",
- "target": "/projects/lhuki/environments/a50aw/assets/ynb1m"
}, - {
- "id": "fd05b151-28b6-46d9-b77c-d47d7d423b33",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "a78e5fb4-52c6-4b06-9507-8b4c2249c70a",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/cmej5/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Span": "8.6.9",
- "Konklab": "1.80",
- "Prodder": "2.0.1",
- "Aerified": "3.5",
- "Domainer": "0.4.0",
- "Overhold": "0.7.4",
- "Gembucket": "5.26",
- "Voltsillam": "6.7.8",
- "Stringtough": "0.3.3",
- "Toughjoyfax": "6.2"
}, - "created_by": "coral.hansen",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:34.486019Z",
- "started_at": "2026-06-18T09:14:59.747302Z",
- "finished_at": "2026-06-18T09:15:15.292337Z",
- "updated_at": "2026-06-18T09:22:34.494493Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "3cce1b62-d182-4e62-98a2-203026f495c2",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "802c76ef-3a0b-4f8a-b210-f8b1eb052239",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "6dd0fb49-e484-4286-83cc-98916a0df5f2",
- "type": "workflow_change_step"
}, - {
- "id": "fd05b151-28b6-46d9-b77c-d47d7d423b33",
- "type": "workflow_wait_step"
}, - {
- "id": "a78e5fb4-52c6-4b06-9507-8b4c2249c70a",
- "type": "workflow_workflow_step"
}, - {
- "id": "fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "type": "workflow_noop_step"
}, - {
- "id": "7f2fa983-2177-4d52-8901-14a51ddd3c3d",
- "type": "workflow_noop_step"
}, - {
- "id": "5df0c87b-e310-4ae5-979a-c413cbb514a3",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "71ab0aef-293c-40d9-963f-399ca21a4262",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/71ab0aef-293c-40d9-963f-399ca21a4262"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "log_lines": "/api/workflow_runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "3cce1b62-d182-4e62-98a2-203026f495c2",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "nery_cronin",
- "created_at": "2026-06-18T09:22:34.442784Z",
- "updated_at": "2026-06-18T09:22:34.454701Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "ed46256c-5d45-40f2-af6e-400b8f9c95e6",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "6dd0fb49-e484-4286-83cc-98916a0df5f2",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "coral.hansen",
- "name": "input",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:34.855345Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:34.863716Z",
- "action": "input",
- "property_overrides": {
- "port": "bypassing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "1f6cebc1-ae06-4ad1-8b4c-d7fd4920ce2c",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "93b831fc-eadd-4cc4-bc1c-e439a62b073d",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/6dd0fb49-e484-4286-83cc-98916a0df5f2",
- "log_lines": "/api/workflow_steps/6dd0fb49-e484-4286-83cc-98916a0df5f2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3"
}
}, - {
- "id": "fd05b151-28b6-46d9-b77c-d47d7d423b33",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "coral.hansen",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:34.869748Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:34.876406Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/fd05b151-28b6-46d9-b77c-d47d7d423b33",
- "log_lines": "/api/workflow_steps/fd05b151-28b6-46d9-b77c-d47d7d423b33/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3"
}
}, - {
- "id": "a78e5fb4-52c6-4b06-9507-8b4c2249c70a",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "coral.hansen",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:34.944233Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:34.950772Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "77233050-7fdc-43cb-9419-d6ab73e92c7e",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/a78e5fb4-52c6-4b06-9507-8b4c2249c70a",
- "log_lines": "/api/workflow_steps/a78e5fb4-52c6-4b06-9507-8b4c2249c70a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3"
}
}, - {
- "id": "fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "coral.hansen",
- "name": "ad",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:34.490262Z",
- "started_at": "2026-06-18T09:14:59.747302Z",
- "finished_at": "2026-06-18T09:15:15.292337Z",
- "updated_at": "2026-06-18T09:22:34.494493Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "7f2fa983-2177-4d52-8901-14a51ddd3c3d",
- "type": "workflow_noop_step"
}, - {
- "id": "6dd0fb49-e484-4286-83cc-98916a0df5f2",
- "type": "workflow_change_step"
}, - {
- "id": "fd05b151-28b6-46d9-b77c-d47d7d423b33",
- "type": "workflow_wait_step"
}, - {
- "id": "a78e5fb4-52c6-4b06-9507-8b4c2249c70a",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "log_lines": "/api/workflow_steps/fd3a3322-b2f3-42ce-8c58-33de033cc9ae/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3"
}
}, - {
- "id": "7f2fa983-2177-4d52-8901-14a51ddd3c3d",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "coral.hansen",
- "name": "eius",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-06-18T09:22:34.497620Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:34.652394Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "5df0c87b-e310-4ae5-979a-c413cbb514a3",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/7f2fa983-2177-4d52-8901-14a51ddd3c3d",
- "log_lines": "/api/workflow_steps/7f2fa983-2177-4d52-8901-14a51ddd3c3d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/fd3a3322-b2f3-42ce-8c58-33de033cc9ae",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3"
}
}, - {
- "id": "5df0c87b-e310-4ae5-979a-c413cbb514a3",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "coral.hansen",
- "name": "connect",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:34.655671Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:34.663073Z",
- "action": "connect",
- "property_overrides": {
- "bandwidth": "bypassing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "feb76f3d-1ae4-4b69-a140-57dabc8513d8",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "91cefc84-beaf-4c39-9f84-01afc7b23f57",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "c5349c38-ef0a-4ab2-8b4d-9a82248cdff3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/5df0c87b-e310-4ae5-979a-c413cbb514a3",
- "log_lines": "/api/workflow_steps/5df0c87b-e310-4ae5-979a-c413cbb514a3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3/steps/7f2fa983-2177-4d52-8901-14a51ddd3c3d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c5349c38-ef0a-4ab2-8b4d-9a82248cdff3"
}
}
]
}Cancels a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
Lists all workflow steps.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "ff770405-31b8-44e9-872c-3d78a6d4c5d5",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "earl",
- "name": "compress",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:39.524658Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:39.530587Z",
- "action": "compress",
- "property_overrides": {
- "driver": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c9bfc1fb-bfcd-4dcb-a511-346fae66d184",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d093f0ad-c378-4e6d-9d4e-1828dbed614a",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/ff770405-31b8-44e9-872c-3d78a6d4c5d5",
- "log_lines": "/api/workflow_steps/ff770405-31b8-44e9-872c-3d78a6d4c5d5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/357737ce-ed9e-4434-85fc-b9cd275ef5d3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "357737ce-ed9e-4434-85fc-b9cd275ef5d3",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "earl",
- "name": "rerum",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-06-18T09:22:39.410426Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:39.522632Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "ff770405-31b8-44e9-872c-3d78a6d4c5d5",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/357737ce-ed9e-4434-85fc-b9cd275ef5d3",
- "log_lines": "/api/workflow_steps/357737ce-ed9e-4434-85fc-b9cd275ef5d3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "4543a783-9d69-4b88-8728-c956d15b2e4c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "earl",
- "name": "override",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:39.641348Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:39.648609Z",
- "action": "override",
- "property_overrides": {
- "driver": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "4c8ad3e7-c03b-44bf-b205-937604f4d3ed",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "212e1216-0600-4232-b8aa-184dfd1799ee",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4543a783-9d69-4b88-8728-c956d15b2e4c",
- "log_lines": "/api/workflow_steps/4543a783-9d69-4b88-8728-c956d15b2e4c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "084da5d0-2940-4f64-91c1-f5b28fc622a7",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "earl",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:39.653238Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:39.658454Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/084da5d0-2940-4f64-91c1-f5b28fc622a7",
- "log_lines": "/api/workflow_steps/084da5d0-2940-4f64-91c1-f5b28fc622a7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "f0c35c16-4709-4964-a8f2-fffdf68f548f",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "earl",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:39.709963Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:39.715892Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "54a4d055-6dbd-4ea4-abef-ce1e86f7bf5a",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/f0c35c16-4709-4964-a8f2-fffdf68f548f",
- "log_lines": "/api/workflow_steps/f0c35c16-4709-4964-a8f2-fffdf68f548f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "ec6d4514-f1de-4ea1-a72c-974bf062862e",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "earl",
- "name": "generate",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:39.844087Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:39.850239Z",
- "action": "generate",
- "property_overrides": {
- "feed": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "b0171701-eaac-4934-a409-22033aad9ea2",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "c2a3d1e7-d0f1-401f-9c39-f2e36d19f7b4",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/ec6d4514-f1de-4ea1-a72c-974bf062862e",
- "log_lines": "/api/workflow_steps/ec6d4514-f1de-4ea1-a72c-974bf062862e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "0e3c5dc0-1812-45ba-8917-4b943a410748",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "earl",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-06-18T09:15:18.610612Z",
- "started_at": "2026-06-18T09:16:18.610612Z",
- "finished_at": "2026-06-18T09:17:35.366058Z",
- "updated_at": "2026-06-18T09:22:39.861521Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/0e3c5dc0-1812-45ba-8917-4b943a410748",
- "log_lines": "/api/workflow_steps/0e3c5dc0-1812-45ba-8917-4b943a410748/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "4bf0ca00-55ca-431e-a887-771800337ee2",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "earl",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:39.869279Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:39.875058Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "54a4d055-6dbd-4ea4-abef-ce1e86f7bf5a",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4bf0ca00-55ca-431e-a887-771800337ee2",
- "log_lines": "/api/workflow_steps/4bf0ca00-55ca-431e-a887-771800337ee2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}, - {
- "id": "4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "earl",
- "name": "omnis",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:39.403784Z",
- "started_at": "2026-06-18T09:15:42.355836Z",
- "finished_at": "2026-06-18T09:17:17.680079Z",
- "updated_at": "2026-06-18T09:22:39.407603Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "357737ce-ed9e-4434-85fc-b9cd275ef5d3",
- "type": "workflow_noop_step"
}, - {
- "id": "4543a783-9d69-4b88-8728-c956d15b2e4c",
- "type": "workflow_change_step"
}, - {
- "id": "084da5d0-2940-4f64-91c1-f5b28fc622a7",
- "type": "workflow_wait_step"
}, - {
- "id": "f0c35c16-4709-4964-a8f2-fffdf68f548f",
- "type": "workflow_workflow_step"
}, - {
- "id": "ec6d4514-f1de-4ea1-a72c-974bf062862e",
- "type": "workflow_change_step"
}, - {
- "id": "0e3c5dc0-1812-45ba-8917-4b943a410748",
- "type": "workflow_wait_step"
}, - {
- "id": "4bf0ca00-55ca-431e-a887-771800337ee2",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9/steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca",
- "log_lines": "/api/workflow_steps/4ad59fc8-7a1b-4043-aed8-719c2f6ee5ca/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a53b99c0-afaf-4e0f-9e2c-bd99fcc577e9"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: 04c4b103-0b6f-4b7d-b528-9605ee66aafe workflow step id |
{- "data": {
- "id": "1e350222-2aef-4911-9505-a164877e2130",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marty_schuster",
- "name": "quia",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:40.240893Z",
- "started_at": "2026-06-18T09:16:06.913213Z",
- "finished_at": "2026-06-18T09:16:24.288034Z",
- "updated_at": "2026-06-18T09:22:40.245552Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c526002f-81d0-4a51-b766-e048a2d212a3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "e1217579-f126-4d79-870c-29d9e3f3b3de",
- "type": "workflow_noop_step"
}, - {
- "id": "2234df2f-ce56-4053-bd86-7b84e80f647c",
- "type": "workflow_change_step"
}, - {
- "id": "d2d2bddf-f114-4701-a8ec-65aa76ab971d",
- "type": "workflow_wait_step"
}, - {
- "id": "8890f025-a51e-4c6a-b845-69dfa301709f",
- "type": "workflow_workflow_step"
}, - {
- "id": "9ee797dd-d57f-42cf-af71-e49d3e206c1d",
- "type": "workflow_change_step"
}, - {
- "id": "06e58907-41ab-4927-a2b4-9d2e2d9bdb12",
- "type": "workflow_wait_step"
}, - {
- "id": "14329304-e8d6-4dbb-9870-aca0b24d903a",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c526002f-81d0-4a51-b766-e048a2d212a3/steps/1e350222-2aef-4911-9505-a164877e2130",
- "log_lines": "/api/workflow_steps/1e350222-2aef-4911-9505-a164877e2130/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c526002f-81d0-4a51-b766-e048a2d212a3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c526002f-81d0-4a51-b766-e048a2d212a3"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: 04c4b103-0b6f-4b7d-b528-9605ee66aafe workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "4957c39f-adf0-4c15-96c9-4a6e66539f4c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 3,
- "created_by": "desmond_senger",
- "name": "calculate",
- "skip_on_retry": true,
- "step_sequence": 5,
- "status_code": "error",
- "created_at": "2026-06-18T09:22:42.471548Z",
- "started_at": "2026-06-18T09:22:42.508473Z",
- "finished_at": "2026-06-18T09:23:42.508481Z",
- "updated_at": "2026-06-18T09:22:42.533582Z",
- "action": "calculate",
- "property_overrides": {
- "panel": "compressing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "1338f6d5-b872-4b5f-80e5-9460df075f41",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "51ea63e2-39b7-4740-bed9-a462f1ea5a03",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "cb4bf1db-5a03-4135-a039-edcb12c27cba",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/cb4bf1db-5a03-4135-a039-edcb12c27cba/steps/4957c39f-adf0-4c15-96c9-4a6e66539f4c",
- "log_lines": "/api/workflow_steps/4957c39f-adf0-4c15-96c9-4a6e66539f4c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/cb4bf1db-5a03-4135-a039-edcb12c27cba/steps/8683aaa6-415f-4f61-aba9-a429eae9bb51",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/cb4bf1db-5a03-4135-a039-edcb12c27cba"
}
}
}Continues a "waiting" workflow step. To approve/reject a workflow step that needs approval see the approve workflow step API endpoint.
| step_id required | string Example: 17a2ba10-aca9-46f8-abd6-c462532d8ffe workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "a51f6b24-b4a0-48af-a8b4-d6ef6f7bd096",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-18T09:22:45Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "mark",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-06-18T09:13:39.082869Z",
- "started_at": "2026-06-18T09:14:39.082869Z",
- "finished_at": "2026-06-18T09:22:45.698137Z",
- "updated_at": "2026-06-18T09:22:45.720701Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ab888fdf-1407-4823-a4ce-dc5ffc227fc2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ab888fdf-1407-4823-a4ce-dc5ffc227fc2/steps/a51f6b24-b4a0-48af-a8b4-d6ef6f7bd096",
- "log_lines": "/api/workflow_steps/a51f6b24-b4a0-48af-a8b4-d6ef6f7bd096/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ab888fdf-1407-4823-a4ce-dc5ffc227fc2/steps/0a043fa8-1780-4ee8-a4a6-e962346483e0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ab888fdf-1407-4823-a4ce-dc5ffc227fc2"
}
}
}Approve a workflow step that requires approval. To continue a workflow step that does need approval see the continue workflow step API endpoint
| step_id required | string Example: ba33ad3e-ea48-4c63-8cc6-e75a6f884ca3 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "06d918d5-8ec0-4dec-b0ea-558e4c675954",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-18T09:22:48Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "frankie",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-06-18T09:15:43.840664Z",
- "started_at": "2026-06-18T09:16:43.840664Z",
- "finished_at": "2026-06-18T09:22:48.335043Z",
- "updated_at": "2026-06-18T09:22:48.360722Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f4831f87-82ac-4755-b77e-31470866ee9a",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f4831f87-82ac-4755-b77e-31470866ee9a/steps/06d918d5-8ec0-4dec-b0ea-558e4c675954",
- "log_lines": "/api/workflow_steps/06d918d5-8ec0-4dec-b0ea-558e4c675954/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f4831f87-82ac-4755-b77e-31470866ee9a/steps/23c367e2-dae3-49fa-be82-fa866f4d70f0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f4831f87-82ac-4755-b77e-31470866ee9a"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: 07ea1401-e75e-42b9-9947-43ba900c4c45 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "0b255a77-f522-4756-8556-0993d091bd3a",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-18T09:22:52Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "jaleesa",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-06-18T09:15:53.611535Z",
- "started_at": "2026-06-18T09:16:53.611535Z",
- "finished_at": "2026-06-18T09:22:52.179792Z",
- "updated_at": "2026-06-18T09:22:52.187495Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "101bdebe-1d60-481a-a069-ddb64b22c260",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/101bdebe-1d60-481a-a069-ddb64b22c260/steps/0b255a77-f522-4756-8556-0993d091bd3a",
- "log_lines": "/api/workflow_steps/0b255a77-f522-4756-8556-0993d091bd3a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/101bdebe-1d60-481a-a069-ddb64b22c260/steps/62f03215-ade9-40fd-9949-fee106650f10",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/101bdebe-1d60-481a-a069-ddb64b22c260"
}
}
}Lists all steps in a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
{- "data": [
- {
- "id": "da738d3b-65a4-4eca-ba8f-b1992059fde7",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "salvador",
- "name": "perspiciatis",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-06-18T09:22:55.004533Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:55.120872Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "669ec856-4b7a-4065-ab6b-c72544de627c",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/da738d3b-65a4-4eca-ba8f-b1992059fde7",
- "log_lines": "/api/workflow_steps/da738d3b-65a4-4eca-ba8f-b1992059fde7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "a55d9500-2b23-4cce-b3ef-1cf9119946b1",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "salvador",
- "name": "synthesize",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:55.244943Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:55.251090Z",
- "action": "synthesize",
- "property_overrides": {
- "alarm": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "074cd075-5a4f-4516-a89a-55b9c3c0fb5f",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "5484020d-e783-4286-b412-a82d0a1b45f6",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a55d9500-2b23-4cce-b3ef-1cf9119946b1",
- "log_lines": "/api/workflow_steps/a55d9500-2b23-4cce-b3ef-1cf9119946b1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "4e22c9e6-de78-4c5f-8540-d27654e60e1e",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "salvador",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:55.255627Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:55.260920Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/4e22c9e6-de78-4c5f-8540-d27654e60e1e",
- "log_lines": "/api/workflow_steps/4e22c9e6-de78-4c5f-8540-d27654e60e1e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "036ef918-387d-4a03-bdff-0d2fa62039e5",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "salvador",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:55.362934Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:55.369769Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "ed506488-b42c-40a2-9e2f-09cd8d08fff9",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/036ef918-387d-4a03-bdff-0d2fa62039e5",
- "log_lines": "/api/workflow_steps/036ef918-387d-4a03-bdff-0d2fa62039e5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "ab6543ec-0138-4f65-8ab7-92924a6746d6",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "salvador",
- "name": "transmit",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:55.517156Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:55.523808Z",
- "action": "transmit",
- "property_overrides": {
- "capacitor": "transmitting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "88e03aa5-3655-496e-85c8-76f1b1e1471b",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "f1a3c4b7-3dc3-4e53-8b25-268fa8556cbd",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/ab6543ec-0138-4f65-8ab7-92924a6746d6",
- "log_lines": "/api/workflow_steps/ab6543ec-0138-4f65-8ab7-92924a6746d6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "8351f5bf-9726-4f5e-a4f6-e2bcb717f6f4",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "salvador",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-06-18T09:15:01.874618Z",
- "started_at": "2026-06-18T09:16:01.874618Z",
- "finished_at": "2026-06-18T09:16:48.621017Z",
- "updated_at": "2026-06-18T09:22:55.537754Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/8351f5bf-9726-4f5e-a4f6-e2bcb717f6f4",
- "log_lines": "/api/workflow_steps/8351f5bf-9726-4f5e-a4f6-e2bcb717f6f4/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "d2f28801-6d8f-431e-9e05-3c2db3dcbd45",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "salvador",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:55.546555Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:55.555162Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "ed506488-b42c-40a2-9e2f-09cd8d08fff9",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/d2f28801-6d8f-431e-9e05-3c2db3dcbd45",
- "log_lines": "/api/workflow_steps/d2f28801-6d8f-431e-9e05-3c2db3dcbd45/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "salvador",
- "name": "sint",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:54.997044Z",
- "started_at": "2026-06-18T09:14:20.933900Z",
- "finished_at": "2026-06-18T09:18:32.819513Z",
- "updated_at": "2026-06-18T09:22:55.001530Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "da738d3b-65a4-4eca-ba8f-b1992059fde7",
- "type": "workflow_noop_step"
}, - {
- "id": "a55d9500-2b23-4cce-b3ef-1cf9119946b1",
- "type": "workflow_change_step"
}, - {
- "id": "4e22c9e6-de78-4c5f-8540-d27654e60e1e",
- "type": "workflow_wait_step"
}, - {
- "id": "036ef918-387d-4a03-bdff-0d2fa62039e5",
- "type": "workflow_workflow_step"
}, - {
- "id": "ab6543ec-0138-4f65-8ab7-92924a6746d6",
- "type": "workflow_change_step"
}, - {
- "id": "8351f5bf-9726-4f5e-a4f6-e2bcb717f6f4",
- "type": "workflow_wait_step"
}, - {
- "id": "d2f28801-6d8f-431e-9e05-3c2db3dcbd45",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0",
- "log_lines": "/api/workflow_steps/a71cbfb9-6f04-4227-8661-0f48b4040ae0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}, - {
- "id": "669ec856-4b7a-4065-ab6b-c72544de627c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "salvador",
- "name": "parse",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-06-18T09:22:55.122814Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-18T09:22:55.128879Z",
- "action": "parse",
- "property_overrides": {
- "program": "copying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "9925117f-9400-4ec0-868d-b9fd74e6b8b2",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "53723a66-4e7b-43a4-85de-9ccdbf176795",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "b062c557-62cd-4101-bb44-a793f55e94c5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/669ec856-4b7a-4065-ab6b-c72544de627c",
- "log_lines": "/api/workflow_steps/669ec856-4b7a-4065-ab6b-c72544de627c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5/steps/da738d3b-65a4-4eca-ba8f-b1992059fde7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b062c557-62cd-4101-bb44-a793f55e94c5"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows a step of a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
| step_id required | string Example: 04c4b103-0b6f-4b7d-b528-9605ee66aafe workflow step id |
{- "data": {
- "id": "26242889-881d-48c4-9a04-6c5e353da45e",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "victorina",
- "name": "tempora",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-06-18T09:22:57.420597Z",
- "started_at": "2026-06-18T09:13:32.003769Z",
- "finished_at": "2026-06-18T09:20:25.292100Z",
- "updated_at": "2026-06-18T09:22:57.424999Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "84c33265-7059-49e4-9742-07c7f9ad68d7",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "f206b9a6-4ae0-40b1-bd1a-0c0210ebaff8",
- "type": "workflow_noop_step"
}, - {
- "id": "690a231b-4dda-4e7f-ab5e-e891e8bafb7a",
- "type": "workflow_change_step"
}, - {
- "id": "007a088b-60d0-4b39-9011-e2a6c20d59b4",
- "type": "workflow_wait_step"
}, - {
- "id": "24a48f62-83f5-45df-a31b-e7544f9babc7",
- "type": "workflow_workflow_step"
}, - {
- "id": "00ae7128-dfd2-4698-832d-dae5b33ca130",
- "type": "workflow_change_step"
}, - {
- "id": "fac6da19-48d3-4a88-996c-67e3c360f1d1",
- "type": "workflow_wait_step"
}, - {
- "id": "8ec656e1-98f6-459d-964d-716054452fd1",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/84c33265-7059-49e4-9742-07c7f9ad68d7/steps/26242889-881d-48c4-9a04-6c5e353da45e",
- "log_lines": "/api/workflow_steps/26242889-881d-48c4-9a04-6c5e353da45e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/84c33265-7059-49e4-9742-07c7f9ad68d7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/84c33265-7059-49e4-9742-07c7f9ad68d7"
}
}
}Continues a "waiting" workflow step. To approve/reject a workflow step that needs approval see the approve workflow step API endpoint.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
| step_id required | string Example: 17a2ba10-aca9-46f8-abd6-c462532d8ffe workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "5b9d158a-0353-4d7d-bd06-fe9af4b517cc",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-18T09:23:00Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "fermin",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-06-18T09:16:23.472611Z",
- "started_at": "2026-06-18T09:17:23.472611Z",
- "finished_at": "2026-06-18T09:23:00.872869Z",
- "updated_at": "2026-06-18T09:23:00.912394Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b4dacd9d-e7dd-4caa-b35e-3eaff21601d7",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b4dacd9d-e7dd-4caa-b35e-3eaff21601d7/steps/5b9d158a-0353-4d7d-bd06-fe9af4b517cc",
- "log_lines": "/api/workflow_steps/5b9d158a-0353-4d7d-bd06-fe9af4b517cc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b4dacd9d-e7dd-4caa-b35e-3eaff21601d7/steps/2835c810-6373-4573-b5cd-34eafc486ed3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b4dacd9d-e7dd-4caa-b35e-3eaff21601d7"
}
}
}Approve a workflow step that requires approval. To continue a workflow step that does need approval see the continue workflow step API endpoint
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
| step_id required | string Example: ba33ad3e-ea48-4c63-8cc6-e75a6f884ca3 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "4fc8d579-2b8b-4f67-abc3-af9cdca85294",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-18T09:23:03Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "ezequiel.koch",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-06-18T09:12:22.078760Z",
- "started_at": "2026-06-18T09:13:22.078760Z",
- "finished_at": "2026-06-18T09:23:03.731184Z",
- "updated_at": "2026-06-18T09:23:03.753303Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "abf36ada-f9b8-49d7-b723-ff421d03a7f7",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/abf36ada-f9b8-49d7-b723-ff421d03a7f7/steps/4fc8d579-2b8b-4f67-abc3-af9cdca85294",
- "log_lines": "/api/workflow_steps/4fc8d579-2b8b-4f67-abc3-af9cdca85294/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/abf36ada-f9b8-49d7-b723-ff421d03a7f7/steps/abcbf333-fc31-4b0e-8e47-fbc1785873bc",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/abf36ada-f9b8-49d7-b723-ff421d03a7f7"
}
}
}Reject a workflow step that requires approval.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 3dea331f-b5eb-42d6-b475-fe14d97c5053 workflow run id |
| step_id required | string Example: 07ea1401-e75e-42b9-9947-43ba900c4c45 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "411dc56d-f144-4a5f-a1a5-ffb5228f6f79",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-18T09:23:07Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "leo",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-06-18T09:15:54.356517Z",
- "started_at": "2026-06-18T09:16:54.356517Z",
- "finished_at": "2026-06-18T09:23:07.261959Z",
- "updated_at": "2026-06-18T09:23:07.270819Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "4d4f3270-d734-4452-b05b-9477b896572f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4d4f3270-d734-4452-b05b-9477b896572f/steps/411dc56d-f144-4a5f-a1a5-ffb5228f6f79",
- "log_lines": "/api/workflow_steps/411dc56d-f144-4a5f-a1a5-ffb5228f6f79/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4d4f3270-d734-4452-b05b-9477b896572f/steps/2deb31fb-f759-4fe8-87a8-da5670e0fd6b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4d4f3270-d734-4452-b05b-9477b896572f"
}
}
}Endpoints to interact with events.
Lists all events.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 10 Example: limit=50 Limit the number of events returned |
{- "data": [
- {
- "id": "e6e42a23-8bfb-4ff6-b335-481366f54c1a",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "buford",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-06-18T09:21:35.554993Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "2793a3f8-33ad-499f-9589-c097359c9f37",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/e6e42a23-8bfb-4ff6-b335-481366f54c1a"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Creates an event.
required | object |
{- "data": {
- "attributes": {
- "type": "custom event",
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}{- "data": {
- "id": "60eaec61-8ff9-45a0-8feb-e742a7a1af02",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "logged_in_user",
- "system": false,
- "type": "my event",
- "event_node_path": null,
- "created_at": "2026-06-18T09:21:35.738677Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/60eaec61-8ff9-45a0-8feb-e742a7a1af02"
}
}
}Shows an event.
| event_id required | string Example: 4fef0df0-2d48-41f4-98c3-8af3cd4bf67d event id |
{- "data": {
- "id": "90886317-31f7-412b-b798-c6580bf3a6d7",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "megan",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-06-18T09:21:36.170651Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "fd4d8d7e-5207-4ed4-b1aa-7418ed929b4e",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/90886317-31f7-412b-b798-c6580bf3a6d7"
}
}
}{- "data": [
- {
- "id": "aba6ba69-45dc-41ee-a5b4-a28aed5f82e1",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/opc/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [ ]
}, - "code": "change_success",
- "description": "Filter for successful changes in dev",
- "created_by": "#<User:0x00007f4f0e2aa288>",
- "created_at": "2026-06-18T09:21:30.703848Z",
- "updated_at": "2026-06-18T09:21:30.703848Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create an event filter.
required | object |
{- "data": {
- "attributes": {
- "code": "change_success",
- "description": "Filter for successful changes in dev",
- "rules": {
- "event_rules": [
- {
- "attribute": "type",
- "predicate": "eq",
- "value": "api:changes:success"
}, - {
- "attribute": "system",
- "predicate": "true"
}, - {
- "attribute": "event_node_path",
- "predicate": "eq",
- "value": "/projects/demo/environments/dev"
}
], - "source_rules": [
- {
- "attribute": "action",
- "predicate": "eq",
- "value": "default"
}
]
}
}
}
}{- "data": {
- "id": "ead7280e-82cf-4e78-995e-79f7f493c13d",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/demo/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [
- [
- "action",
- "eq",
- "default"
]
]
}, - "code": "0gk4f",
- "description": "Eum dolorem atque accusantium.",
- "created_by": "logged_in_user",
- "created_at": "2026-06-18T09:21:30.910002Z",
- "updated_at": "2026-06-18T09:21:30.910002Z"
}, - "links": {
- "self": "/api/event_filters/0gk4f",
- "subscribers": "/api/event_filters/0gk4f/event_subscribers"
}
}
}Show an event filter.
| event_filter_code required | string Example: change_success event filter code |
{- "data": {
- "id": "b07a5128-7360-44f2-8ca9-49f58e0e9820",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/opc/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [ ]
}, - "code": "change_success",
- "description": "Filter for successful changes in dev",
- "created_by": "#<User:0x00007f4f0e7430d8>",
- "created_at": "2026-06-18T09:21:31.404360Z",
- "updated_at": "2026-06-18T09:21:31.404360Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}Update an event filter.
| event_filter_code required | string Example: change_success event filter code |
required | object |
{- "data": {
- "attributes": {
- "rules": {
- "event_rules": [
- {
- "attribute": "type",
- "predicate": "eq",
- "value": "api:changes:error"
}
], - "source_rules": [
- {
- "attribute": "action",
- "predicate": "eq",
- "value": "hello_world"
}
]
}, - "description": "hello world errors filter"
}
}
}{- "data": {
- "id": "ed86f0de-fe76-4d39-8574-0eb9295886fe",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "type",
- "eq",
- "api:changes:error"
]
], - "source_rules": [
- [
- "action",
- "eq",
- "hello_world"
]
]
}, - "code": "change_success",
- "description": "hello world errors filter",
- "created_by": "#<User:0x00007f4f0e7e2958>",
- "created_at": "2026-06-18T09:21:31.719646Z",
- "updated_at": "2026-06-18T09:21:31.735782Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}Lists all event subscribers.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "d15c9154-a948-42c2-9a6a-c4505773e957",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "wilburn",
- "created_at": "2026-06-18T09:21:32.711837Z",
- "updated_at": "2026-06-18T09:21:32.711837Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "39ade27a-9a15-474c-91bc-0947f3b85b26",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "d89f3986-7c2f-4f40-84db-914925b5d19c",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/d15c9154-a948-42c2-9a6a-c4505773e957"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}List event subscribers for a specific project, environment or asset.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "e2ba46b4-f8b5-48fb-9dbf-cbc39556d5ac",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "jarrett_hand",
- "created_at": "2026-06-18T09:21:32.946775Z",
- "updated_at": "2026-06-18T09:21:32.946775Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "39a23969-1529-491a-ba6a-bfc8f24b238e",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "58a42706-bed0-46f2-a7d6-92756e720e69",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/e2ba46b4-f8b5-48fb-9dbf-cbc39556d5ac"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create an event subscriber.
required | object |
{- "data": {
- "attributes": {
- "event_filter_code": "change_success",
- "channel_parent_path": "/system_configuration",
- "channel_code": "system_email",
- "channel_kwargs": {
- "additional": {
- "job": {
- "kwarg": "values"
}
}
}, - "enabled": true
}
}
}{- "data": {
- "id": "cd508730-38c0-4d37-823c-0a5ce23bea68",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": true,
- "created_by": "#<User:0x00007f4f0e6a26d8>",
- "created_at": "2026-06-18T09:21:33.326218Z",
- "updated_at": "2026-06-18T09:21:33.326218Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "aa1ac19d-2ae3-46ce-a76e-3bf7a5ba016a",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/jm5o2"
}
}, - "notification_channel": {
- "data": {
- "id": "c73b59e1-889a-4994-b921-85d503faeb8a",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/notification_channels/dmlvu"
}
}
}, - "links": {
- "self": "/api/event_subscribers/cd508730-38c0-4d37-823c-0a5ce23bea68"
}
}
}Show an event subscriber.
| event_subscriber_id required | string Example: ce106cb3-37e3-4913-99a1-0fb8a41593c4 event subscriber id |
{- "data": {
- "id": "768d4e6e-a382-4414-bf53-b64eba175809",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "rodney_schaden",
- "created_at": "2026-06-18T09:21:34.037849Z",
- "updated_at": "2026-06-18T09:21:34.037849Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "6f89f2ad-b970-4279-a15c-e6cf71ea1221",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "3402d17d-7cd0-4724-b8ac-44d525c42d0d",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/768d4e6e-a382-4414-bf53-b64eba175809"
}
}
}Update an event subscriber.
| event_subscriber_id required | string Example: ce106cb3-37e3-4913-99a1-0fb8a41593c4 event subscriber id |
required | object |
{- "data": {
- "attributes": {
- "event_filter_code": "change_success",
- "channel_parent_path": "/projects/opc",
- "channel_code": "project_direct",
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false
}
}
}{- "data": {
- "id": "d48f8553-a448-4aaf-9224-ae46f98157ec",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false,
- "created_by": "eugenia",
- "created_at": "2026-06-18T09:21:34.484489Z",
- "updated_at": "2026-06-18T09:21:34.519337Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "68b1d17d-d93f-40f8-b35e-06b4c6531c5b",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "48b0daa4-218b-4a39-a98c-6ad709cd247a",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/notification_channels/project_direct"
}
}
}, - "links": {
- "self": "/api/event_subscribers/d48f8553-a448-4aaf-9224-ae46f98157ec"
}
}
}Lists all global notification channels.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "eceb26ba-7a69-4695-82e2-be61a9505f3a",
- "type": "notification_channel",
- "attributes": {
- "format": "html",
- "code": "system_email",
- "description": "System channel for email notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "address": "smtp.gmail.com",
- "port": 587,
- "enable_starttls": true,
- "user_name": "user@gmail.com",
- "password": "app-password"
}, - "created_by": "macy.nitzsche",
- "created_at": "2026-06-18T09:21:55.402184Z",
- "updated_at": "2026-06-18T09:21:55.402184Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "4bac4307-f714-43b0-9f33-c4ab8a37d11e",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/email_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a global notification channel.
| notification_channel_code required | string Example: system_email notification channel code |
{- "data": {
- "id": "38235090-f6d6-4553-8997-0ed5d4ce5bc8",
- "type": "notification_channel",
- "attributes": {
- "format": "html",
- "code": "system_email",
- "description": "System channel for email notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "address": "smtp.gmail.com",
- "port": 587,
- "enable_starttls": true,
- "user_name": "user@gmail.com",
- "password": "app-password"
}, - "created_by": "charlotte_corwin",
- "created_at": "2026-06-18T09:21:55.523530Z",
- "updated_at": "2026-06-18T09:21:55.523530Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "33627b5d-b44b-4b3c-a427-d9304b55e192",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/email_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
}Update a global notification channel.
| notification_channel_code required | string Example: system_email notification channel code |
required | object |
{- "data": {
- "attributes": {
- "notification_job_code": "direct_job",
- "format": "slack",
- "default_channel": false,
- "enabled": false,
- "description": "New channel description"
}
}
}{- "data": {
- "id": "ee2ce174-2603-4572-bf52-513b86f73889",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "system_email",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "francesca.legros",
- "created_at": "2026-06-18T09:21:55.730924Z",
- "updated_at": "2026-06-18T09:21:55.747288Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "b46e76a4-4605-47d7-846b-989b9a488150",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
}List notification channels for a specific project, environment or asset.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "02a3b6ab-5bb0-4360-acdf-beccabcbda6d",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "Project specific channel for slack notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "bot_name": "slack_bot",
- "token": "slack_oauth_token"
}, - "created_by": "donny_stroman",
- "created_at": "2026-06-18T09:21:56.285973Z",
- "updated_at": "2026-06-18T09:21:56.285973Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "2b49a842-3185-42c3-8ae3-3e92659d087c",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a notification channel for a specific project, environment or asset..
| notification_channel_code required | string Example: system_email notification channel code |
{- "data": {
- "id": "aa2de66e-fedc-452b-84d4-105f291f0e35",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "Project specific channel for slack notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "bot_name": "slack_bot",
- "token": "slack_oauth_token"
}, - "created_by": "vincent",
- "created_at": "2026-06-18T09:21:56.386260Z",
- "updated_at": "2026-06-18T09:21:56.386260Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "08db2107-1731-43e7-9560-eac1dab250bb",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}Update a notification channel for a specific project, environment or asset.
| notification_channel_code required | string Example: system_email notification channel code |
required | object |
{- "data": {
- "attributes": {
- "notification_job_code": "direct_job",
- "format": "slack",
- "default_channel": false,
- "enabled": false,
- "description": "New channel description"
}
}
}{- "data": {
- "id": "ae2dc42a-2aa8-48e6-94fb-10fa329dc34e",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "lucy.nader",
- "created_at": "2026-06-18T09:21:56.719493Z",
- "updated_at": "2026-06-18T09:21:56.742772Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "19c679bd-729d-4a96-89ab-b0be6d01fae4",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}Lists all notification jobs.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "e560232e-7333-410e-8f18-40f06ffb6c79",
- "type": "notification_job",
- "attributes": {
- "job_class": "Notifications::SendEmailJob",
- "target_type": "smtp",
- "valid_formats": [
- "html",
- "text"
], - "code": "email_job",
- "description": "Send an email to the target user(s)",
- "created_at": "2026-06-18T09:21:57.244725Z",
- "updated_at": "2026-06-18T09:21:57.244725Z",
- "all_kwargs": [
- "address",
- "authentication",
- "bcc",
- "body",
- "cc",
- "content_type",
- "domain",
- "enable_starttls",
- "enable_starttls_auto",
- "event_id",
- "from",
- "model_class",
- "model_id",
- "open_timeout",
- "openssl_verify_mode",
- "password",
- "port",
- "read_timeout",
- "ssl",
- "subject",
- "test",
- "tls",
- "to",
- "user_name"
]
}, - "relationships": {
- "notification_channels": {
- "data": [ ],
- "links": {
- "related": "/api/notification_jobs/email_job/channels"
}
}
}, - "links": {
- "self": "/api/notification_jobs/email_job"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a notification job.
| notification_job_code required | string Example: email_job notification job code |
{- "data": {
- "id": "cd1adaf6-5dc0-4420-9898-ffa0c56e81b0",
- "type": "notification_job",
- "attributes": {
- "job_class": "Notifications::SendEmailJob",
- "target_type": "smtp",
- "valid_formats": [
- "html",
- "text"
], - "code": "email_job",
- "description": "Send an email to the target user(s)",
- "created_at": "2026-06-18T09:21:57.310728Z",
- "updated_at": "2026-06-18T09:21:57.310728Z",
- "all_kwargs": [
- "address",
- "authentication",
- "bcc",
- "body",
- "cc",
- "content_type",
- "domain",
- "enable_starttls",
- "enable_starttls_auto",
- "event_id",
- "from",
- "model_class",
- "model_id",
- "open_timeout",
- "openssl_verify_mode",
- "password",
- "port",
- "read_timeout",
- "ssl",
- "subject",
- "test",
- "tls",
- "to",
- "user_name"
]
}, - "relationships": {
- "notification_channels": {
- "data": [ ],
- "links": {
- "related": "/api/notification_jobs/email_job/channels"
}
}
}, - "links": {
- "self": "/api/notification_jobs/email_job"
}
}
}Returns information about the jobs that are being processed by the OpsChain.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 100 Example: limit=50 Limit the number of jobs returned |
{- "data": [
- {
- "id": "867410",
- "type": "job",
- "attributes": {
- "priority": 87,
- "job_class": "ChangeJob",
- "error_count": 0,
- "last_error_message": null,
- "queue": "default",
- "last_error_backtrace": null,
- "args": "[]",
- "data": "{}",
- "kwargs": "{}",
- "maximum_retry_count": 0,
- "node_id": "8b100b5f-af7b-4eff-8c78-730134a8212c",
- "node_path": "/projects/opc/environments/dev",
- "status": "finished",
- "worker_hostname": null,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it.",
- "run_at": "2026-06-17T11:55:55.886144Z",
- "finished_at": "2026-06-18T09:21:40.442160Z",
- "expired_at": null
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true,
- "total_matching_filter": 1
}
}Endpoints to interact with settings.
Shows the current settings.
| settings_id required | string Example: c4fcd844-fde0-47f2-bc26-1a29af3bfa8e settings id |
{- "data": {
- "id": "013981bf-c40b-4743-b45c-eda38e591785",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-18T09:22:04.633962Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/013981bf-c40b-4743-b45c-eda38e591785",
- "current_version": "/api/settings/013981bf-c40b-4743-b45c-eda38e591785/versions/1",
- "versions": "/api/settings/013981bf-c40b-4743-b45c-eda38e591785/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: c4fcd844-fde0-47f2-bc26-1a29af3bfa8e settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1
}
}
}{- "data": {
- "id": "364b2092-55c7-4d52-97c6-1dbb48b75456",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-18T09:22:04.829668Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/364b2092-55c7-4d52-97c6-1dbb48b75456",
- "current_version": "/api/settings/364b2092-55c7-4d52-97c6-1dbb48b75456/versions/1",
- "versions": "/api/settings/364b2092-55c7-4d52-97c6-1dbb48b75456/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: c4fcd844-fde0-47f2-bc26-1a29af3bfa8e settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}
}
}{- "data": {
- "id": "601e8aa4-79f9-415a-97ca-0f806753ebd3",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-18T09:22:05.248579Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/601e8aa4-79f9-415a-97ca-0f806753ebd3",
- "current_version": "/api/settings/601e8aa4-79f9-415a-97ca-0f806753ebd3/versions/1",
- "versions": "/api/settings/601e8aa4-79f9-415a-97ca-0f806753ebd3/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: c4fcd844-fde0-47f2-bc26-1a29af3bfa8e settings id |
{- "data": [
- {
- "id": "767d0455-5e57-4ede-9113-03211f05c284",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-18T09:22:05.582628Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "b92776a3-510a-45f4-a6ff-e691abcf3ee7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b92776a3-510a-45f4-a6ff-e691abcf3ee7"
}
}
}, - "links": {
- "versions": "/api/settings/b92776a3-510a-45f4-a6ff-e691abcf3ee7/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/b92776a3-510a-45f4-a6ff-e691abcf3ee7/versions/1"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the settings values for this settings version.
| settings_id required | string Example: c4fcd844-fde0-47f2-bc26-1a29af3bfa8e settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "7b712612-ed76-4ff6-93b2-c12beb1b6893",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-18T09:22:05.793171Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "b37c5e82-383a-432e-879a-19f963b0e4e2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b37c5e82-383a-432e-879a-19f963b0e4e2"
}
}
}, - "links": {
- "versions": "/api/settings/b37c5e82-383a-432e-879a-19f963b0e4e2/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/b37c5e82-383a-432e-879a-19f963b0e4e2/versions/1"
}
}
}List all authorisation tokens.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[description_cont]=automation |
{- "data": [
- {
- "id": "c4384c94-90e7-4276-879e-665840500768",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-06-18T13:21:04.000000Z",
- "created_at": "2026-06-18T09:21:04.808657Z",
- "updated_at": "2026-06-18T09:21:04.808657Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "f2c6b17a-e549-4c32-8899-e0549862bc93",
- "type": "user"
}, - "links": {
- "owner": "/api/users/f2c6b17a-e549-4c32-8899-e0549862bc93"
}
}
}, - "links": {
- "self": "/api/tokens/c4384c94-90e7-4276-879e-665840500768"
}
}, - {
- "id": "c2c6a69c-a4e0-483e-b085-0d732f736092",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2026-12-18T23:59:59.999999Z",
- "created_at": "2026-06-18T09:21:04.801238Z",
- "updated_at": "2026-06-18T09:21:04.801238Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "f2c6b17a-e549-4c32-8899-e0549862bc93",
- "type": "user"
}, - "links": {
- "owner": "/api/users/f2c6b17a-e549-4c32-8899-e0549862bc93"
}
}
}, - "links": {
- "self": "/api/tokens/c2c6a69c-a4e0-483e-b085-0d732f736092"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an access token for the current user.
Notes:
token.enable_cookies setting is true (default) a new refresh_token cookie is set in the response and the supplied refresh token is rotated (destroyed and replaced). The response body contains only the access token.token.enable_cookies setting is false and the refresh token is supplied to authenticate the request a new refresh token is included in the response meta and the supplied refresh token is rotated (destroyed and replaced). The new refresh token JWT is available in data.meta.refresh_token.required | object |
{- "data": {
- "attributes": {
- "username": "username",
- "password": "password"
}
}
}{- "data": {
- "id": "d5443582-ddd0-474f-b6dd-6a373c380d92",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-06-18T13:21:05.000000Z",
- "created_at": "2026-06-18T09:21:05.052129Z",
- "updated_at": "2026-06-18T09:21:05.052129Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "e8daa2da-8b04-4afe-92d2-faa69e3bbf8e",
- "type": "user"
}, - "links": {
- "owner": "/api/users/e8daa2da-8b04-4afe-92d2-faa69e3bbf8e"
}
}
}, - "links": {
- "self": "/api/tokens/d5443582-ddd0-474f-b6dd-6a373c380d92"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkNTQ0MzU4Mi1kZGQwLTQ3NGYtYjZkZC02YTM3M2MzODBkOTIiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc4MTc4ODg2NSwiaWF0IjoxNzgxNzc0NDY1fQ.D-fTSF6fIouaeWfaGanc8cjF1PCB4AGrteojGA9xQKg"
}
}
}Creates an API key token for the current user.
Note: LDAP or local login credentials, or an access token are required to use this endpoint.
required | object |
{- "data": {
- "attributes": {
- "username": "username",
- "password": "password",
- "description": "CI token for API access",
- "expiry_date": "2026-12-18T09:20:49.932349Z"
}
}
}{- "data": {
- "id": "548fdf1b-67fb-42df-93eb-8a07ac480d8d",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "Quia eaque placeat inventore.",
- "expires_at": "2026-07-02T23:59:59.999999Z",
- "created_at": "2026-06-18T09:21:05.218375Z",
- "updated_at": "2026-06-18T09:21:05.218375Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "a06d7eca-e468-41bd-9dd3-43361a1c3327",
- "type": "user"
}, - "links": {
- "owner": "/api/users/a06d7eca-e468-41bd-9dd3-43361a1c3327"
}
}
}, - "links": {
- "self": "/api/tokens/548fdf1b-67fb-42df-93eb-8a07ac480d8d"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI1NDhmZGYxYi02N2ZiLTQyZGYtOTNlYi04YTA3YWM0ODBkOGQiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc4MzAzNjc5OSwiaWF0IjoxNzgxNzc0NDY1fQ.S5Xm3gVkeUTwVN9q4tNUDSQwKkQzf3EzuA0ErNCyVrI"
}
}
}Show an authorisation token.
| token_id required | string Example: b61ba890-b55c-4250-8a15-fdfe677c4873 authorisation token id |
{- "data": {
- "id": "6afbe1c3-bbd3-47fb-b312-6084e45dd85b",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2026-12-18T23:59:59.999999Z",
- "created_at": "2026-06-18T09:21:05.374001Z",
- "updated_at": "2026-06-18T09:21:05.374001Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "b6952c4b-bdf1-459c-8ad9-f8f459458f1b",
- "type": "user"
}, - "links": {
- "owner": "/api/users/b6952c4b-bdf1-459c-8ad9-f8f459458f1b"
}
}
}, - "links": {
- "self": "/api/tokens/6afbe1c3-bbd3-47fb-b312-6084e45dd85b"
}
}
}{- "data": {
- "id": "aeea1ced-5663-4b99-904c-35b9af5cecac",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-06-18T13:21:05.000000Z",
- "created_at": "2026-06-18T09:21:05.744175Z",
- "updated_at": "2026-06-18T09:21:05.744175Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "3e24d694-6e86-45d7-b092-7d3bd3609bbe",
- "type": "user"
}, - "links": {
- "owner": "/api/users/3e24d694-6e86-45d7-b092-7d3bd3609bbe"
}
}
}, - "links": {
- "self": "/api/tokens/aeea1ced-5663-4b99-904c-35b9af5cecac"
}
}
}{- "data": [
- {
- "id": "bf1f16e1-3326-40db-ba8b-9def63244f19",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "OIDU0PBDX",
- "teams": "XUKUVHLSM"
}, - "created_at": "2026-06-18T09:22:19.026228Z",
- "updated_at": "2026-06-18T09:22:19.026228Z"
}, - "meta": { },
- "links": {
- "self": "/api/users/bf1f16e1-3326-40db-ba8b-9def63244f19"
}
}
]
}Show a user.
| user_id required | string Example: cd34954c-90cb-4bd8-894e-22084ccc6db3 user id |
{- "data": {
- "id": "ad1585a0-17eb-4055-a948-99e1c0eada29",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "3RCBLWRSB",
- "teams": "NVJ2MCC35"
}, - "created_at": "2026-06-18T09:22:19.087766Z",
- "updated_at": "2026-06-18T09:22:19.087766Z"
}, - "meta": {
- "superuser": true
}, - "links": {
- "self": "/api/users/ad1585a0-17eb-4055-a948-99e1c0eada29"
}
}
}Update a user's notification preferences.
| user_id required | string Example: cd34954c-90cb-4bd8-894e-22084ccc6db3 user id |
required | object |
{- "data": {
- "attributes": {
- "email_address": "user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}
}
}
}{- "data": {
- "id": "37d42f76-b5d4-4f02-9d3e-a185682e9dd5",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}, - "created_at": "2026-06-18T09:22:19.209829Z",
- "updated_at": "2026-06-18T09:22:19.257516Z"
}, - "meta": { },
- "links": {
- "self": "/api/users/37d42f76-b5d4-4f02-9d3e-a185682e9dd5"
}
}
}{- "data": {
- "id": "d1c47dbd-eeea-43e6-8eec-ec910d2a7938",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "2HWEVQIFC",
- "teams": "TLYWQ334Q"
}, - "created_at": "2026-06-18T09:22:19.411032Z",
- "updated_at": "2026-06-18T09:22:19.411032Z"
}, - "meta": {
- "superuser": true
}, - "links": {
- "self": "/api/users/d1c47dbd-eeea-43e6-8eec-ec910d2a7938"
}
}
}Lists notifications the user has configured for a specific project, environment or asset (that do not reference a specific action or workflow).
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "e768e4a1-7349-4089-86a1-5e7a5bf976dc",
- "type": "change_notifications",
- "attributes": {
- "events": [
- "error",
- "success"
], - "include_children": false
}
}, - {
- "id": "e768e4a1-7349-4089-86a1-5e7a5bf976dc",
- "type": "settings_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}, - {
- "id": "e768e4a1-7349-4089-86a1-5e7a5bf976dc",
- "type": "properties_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}
]
}Lists all change specific notifications the user has configured for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "f9d1a7a9-9cc3-4717-91a4-77b08f0d8879",
- "type": "action_notifications",
- "attributes": {
- "custom_proj_action": {
- "events": [
- "error"
], - "include_children": false
}, - "proj_action_1": {
- "events": [
- "error"
], - "include_children": false
}, - "proj_action_2": {
- "events": [ ],
- "include_children": false
}, - "provision": {
- "events": [ ],
- "include_children": false
}
}
}
}Lists all workflow specific notifications the user has configured for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "3d53555f-4a97-43b7-95f3-08ed0408b12d",
- "type": "workflow_run_notifications",
- "attributes": { }
}
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "a56f3cd2-c6a8-4495-9482-9fd8a4489375",
- "source": "settings",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2026-06-18T09:20:55.670516Z",
- "values_to_decrypt": [
- "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A=="
]
}
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}, - {
- "source": "secret-vault://csh/infrastructure/sshkeys/oci_new_key",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}
]
}
}
}{- "data": {
- "id": "0",
- "type": "info",
- "attributes": {
- "version": "edge",
- "runner_image": "limepoint/opschain-runner-enterprise:edge",
- "db_version": "17.2",
- "api_version": "7.1.5.1",
- "ldap_available?": true,
- "banners": [ ],
- "instance_info": { },
- "licence_info": {
- "licence_issuer": "LimePoint Pty Ltd",
- "licence_issuer_contact": "support@limepoint.com",
- "licence_version": "1",
- "customer_identifier": "Engineering",
- "start_date": "2025-09-14T00:00:00Z",
- "end_date": "2026-09-14T00:00:00Z"
}
}, - "links": {
- "self": "/api/info"
}, - "meta": {
- "authorisations": {
- "superuser": true,
- "secrets": {
- "global_decrypt": true,
- "global_encrypt": true
}
}
}
}
}Lists certificates in the trust store.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2026-06-18T09:22:18.534248Z",
- "updated_at": "2026-06-18T09:22:18.534248Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a certificate in the trust store.
| description | string or null |
| file | string <binary> certificate file, the uploaded file's filename is used to name the new certificate |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" New certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "New certificate description",
- "created_at": "2026-06-18T09:22:18.624340Z",
- "updated_at": "2026-06-18T09:22:18.624340Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Shows a certificate from the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
{- "data": {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2026-06-18T09:22:18.690928Z",
- "updated_at": "2026-06-18T09:22:18.690928Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
}Updates a certificate in the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
| description | string or null |
| file | string <binary> certificate file (the filename is ignored) |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" Updated certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Updated certificate description",
- "created_at": "2026-06-18T09:22:19.008001Z",
- "updated_at": "2026-06-18T09:22:19.008001Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Updates the system licence.
| licence | string |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="licence"; filename="expired_opschain.licence" content-type: application/json content-length: 924 {"data":{"license_issuer":"LimePoint Pty Ltd","license_issuer_contact":"support@limepoint.com","license_version":"1","customer_identifier":"Engineering","start_date":"2023-11-14T00:00:00Z","end_date":"2024-02-14T00:00:00Z"},"signature":"m/hevqjjrYYjOS8ZtgVGGerm028UpKWw/I1cGB4vcJCwI805OtAo1PmszCxWQGOXilgAqyLERLluimRBckFYVL8yx7+rTFxF4D13FqwbwRL5HcKKkV1wwGgzuMpaGE8JGpAq/CkBq6l3xL+jPv/CSYaEyE55+20UdmkZdkvR2vKoJtqDzA1q/4T9tiPA0YIKDjjxSasLBpqokl0iUuaDWksaIhXjdsKmj0FSPfVD2VyPyrBSc1sv0pR+qz98Ny9ef7t6/pIaphLo8Yaa2dnJykeXtAWiaLe+25/OWxEHZoZBvKjentD5dzvqiA8Xo1qhm/tMurTQq4BGJvWYK70LQY9EXlxd+1XLbFX0qdNBNFnzf+rjbGfrLIMw2NFhsODDordSh5P3xNGGG4JyXrwXVRPUaw30celB+uYK3vvDzis0DSBXSA+D9JV3E9YxbI4xuT9Kf+bl0+cr/BajEBhuzATk30a8y5Zqn2MfCBmMb1iLkoFWWvFA+cfUsKsWk3O4YDmR3paOz+HVrSA5HlwaOMOU/P15/q5YFfN6ZEz4DW28I+lfFE3PtgkCsjcPCd99Ca4ZSmiok/l55zRxxrYl6Xc1TNOuq58yp05U798VaEEvmCaVvp5Fk/+TrbGMWKUlPPvc86RzsOlI8Qkdn75SJM3WMEl931m4A52g6jF6+T0="} ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "expired_opschain.licence",
- "type": "licence",
- "attributes": {
- "licence": "licence data"
}
}
}Shows the current system configuration node.
| include | string Example: include=settings Include the settings in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "469f0fee-cc01-4f79-97e9-5b5ed8aad246",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "810e0236-9c26-4c7f-a0f9-b49bc637c44d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/810e0236-9c26-4c7f-a0f9-b49bc637c44d"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/810e0236-9c26-4c7f-a0f9-b49bc637c44d"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": false,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "settings": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "810e0236-9c26-4c7f-a0f9-b49bc637c44d",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "api": {
- "external_port": 3000,
- "host_name": "opschain-api"
}, - "auth_strategy": "ldap",
- "enable_basic_auth": true,
- "token": {
- "secret_key": "{AES2}7NwGfGBiG58xhRVKt+dkXw=={/IV}UWxgoDOTrGLJriHbWGEo2Pz2vVNbINyd3GIBy8J4vdU/EgkaUc7RMlCSkNo5Bosmf171vxJ6c1hbijn7JJbnKgaWgFBLVNC3nznKxjLucZoZKf/JNzJyaSGe2S1f2vC1koxKAxZ9RlpCE/nwkIsz2OVlknMRa7pdijJUqVYYyGXn20LX2Ci1xGxRETW9WeA1G",
- "access_expiry": 240,
- "refresh_expiry": 10080,
- "change_api_key_expiry_days": 0,
- "agent_api_key_expiry_days": 0,
- "enable_cookies": true
}, - "product_name": "OpsChain",
- "rails": {
- "env": "test",
- "log_level": "info",
- "max_threads": 5
}, - "server_timing": false,
- "build_service": {
- "host": "opschain-build-service",
- "port": 50000,
- "max_image_build_retries": 3
}, - "encryption_seed_key": "",
- "github": {
- "token": "{AES2}JhQf9zxHU+/oAyx9mKMAUw=={/IV}U4M7e66kjZAS3d7552l1GKw==",
- "user": "{AES2}/FsKkGK4Ub2JhcObfHAeeg=={/IV}UgVQn8qbTfhC5reKYZk+NOg=="
}, - "git_remote": {
- "fetch_stale_threshold": 3
}, - "docker": {
- "password": "{AES2}BnL6w04aIEaGLRKeVvDQ5g=={/IV}UGt5ePB4A/qxQIaNjO5hSfw==",
- "user": "{AES2}aaV3oRd/tARk9kG0eBo3ug=={/IV}UJzScckdiujMJQ2PuUrqNbw=="
}, - "image_pull_secret": "opschain-image-secret",
- "image_registry": {
- "host": "opschain-image-registry.local.gd",
- "internal_host": "opschain-image-registry",
- "password": "{AES2}qu6nMukHF18tb+FCYG1P1Q=={/IV}UWX9tRfL2Y+omFhf71o7PJw==",
- "user": "{AES2}DtoR0cVA6r8wiWwqRak8ug=={/IV}UREKoVJ7Ifd7sNzkHdhHjcg=="
}, - "log_step_pod_events": false,
- "agent": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}",
- "script_path": "/opt/opschain/agent.sh",
- "disable_host_alias": false
}, - "runner": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}",
- "reuse_actions_rb": true
}, - "parallel_change_worker_steps": 10,
- "ingress_tls_port": 443,
- "ldap": {
- "cache_ttl": 60,
- "refresh_interval": 14400,
- "search_timeout": 30,
- "refresh_search_timeout": 300,
- "domain": "opschain.io",
- "hc_user": "{AES2}FP7+W7MUCHW9ecKLxDq4lQ=={/IV}UG31pxmWQTnozQXYrGYGbhQ==",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}ZNWT0O6QPZ+GTxaeZWGE8g=={/IV}U2L1mEd3omC9flx3jcJdxMA==",
- "mail_attribute": "mail",
- "use_admin_to_bind": true,
- "groups_filter": "(objectClass=groupOfNames)",
- "users_filter": "(objectClass=inetOrgPerson)",
- "new_group_object_class": [
- "groupOfNames"
], - "new_user_object_class": [
- "inetOrgPerson",
- "top"
], - "new_org_unit_object_class": [
- "organizationalUnit",
- "top"
], - "log_level": 1024,
- "logging_enabled": true,
- "admin": "cn=admin,dc=opschain,dc=io",
- "base_dn": "dc=opschain,dc=io",
- "group_attribute": "member",
- "group_base": "ou=groups,dc=opschain,dc=io",
- "organisation": "OpsChain",
- "user_attribute": "uid",
- "user_base": "ou=test,dc=opschain,dc=io"
}, - "licence": "",
- "log_aggregator_additional_output_settings": "",
- "kubernetes_namespace": "opschain",
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "threads_per_worker": 5,
- "requires_approval_from": [ ],
- "tz": "Australia/Melbourne",
- "vault": {
- "use_default_vault": true
}, - "version": "local"
}, - "version": 1,
- "created_at": "2026-06-18T09:22:13.501454Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/810e0236-9c26-4c7f-a0f9-b49bc637c44d",
- "current_version": "/api/settings/810e0236-9c26-4c7f-a0f9-b49bc637c44d/versions/1",
- "versions": "/api/settings/810e0236-9c26-4c7f-a0f9-b49bc637c44d/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "18.3",
- "uptime": 1199,
- "database_size": "12 MB",
- "connections": {
- "active": 1,
- "idle": 2,
- "max_configured": 100
}, - "connection_settings": {
- "pgdb": "opschain",
- "pghost": "opschain-db",
- "pgport": 5432
}, - "table_sizes": [
- {
- "name": "workflow_steps",
- "size": "96 kB"
}, - {
- "name": "policy_assignments",
- "size": "96 kB"
}, - {
- "name": "que_jobs",
- "size": "96 kB"
}, - {
- "name": "nodes",
- "size": "88 kB"
}, - {
- "name": "schema_migrations",
- "size": "88 kB"
}, - {
- "name": "changes",
- "size": "80 kB"
}, - {
- "name": "policy_rules",
- "size": "80 kB"
}, - {
- "name": "steps",
- "size": "80 kB"
}, - {
- "name": "solid_cache_entries",
- "size": "80 kB"
}, - {
- "name": "authorisation_rules",
- "size": "72 kB"
}, - {
- "name": "users",
- "size": "64 kB"
}, - {
- "name": "scheduled_activities",
- "size": "64 kB"
}, - {
- "name": "events",
- "size": "64 kB"
}, - {
- "name": "node_background_tasks",
- "size": "48 kB"
}, - {
- "name": "template_version_history",
- "size": "48 kB"
}, - {
- "name": "authorisation_policies",
- "size": "48 kB"
}, - {
- "name": "templates",
- "size": "48 kB"
}, - {
- "name": "workflows",
- "size": "40 kB"
}, - {
- "name": "log_lines",
- "size": "40 kB"
}, - {
- "name": "notification_channels",
- "size": "40 kB"
}, - {
- "name": "que_job_history",
- "size": "40 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "mintmodel_history",
- "size": "40 kB"
}, - {
- "name": "agent_statuses",
- "size": "40 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "40 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "workflow_versions",
- "size": "32 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "workflow_runs",
- "size": "32 kB"
}, - {
- "name": "step_properties_versions",
- "size": "32 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "notification_jobs",
- "size": "32 kB"
}, - {
- "name": "base_event_filters",
- "size": "32 kB"
}, - {
- "name": "base_event_subscribers",
- "size": "32 kB"
}, - {
- "name": "bookmarks",
- "size": "32 kB"
}, - {
- "name": "commits",
- "size": "32 kB"
}, - {
- "name": "template_versions",
- "size": "32 kB"
}, - {
- "name": "mintmodel_actions",
- "size": "24 kB"
}, - {
- "name": "background_data_migrations",
- "size": "24 kB"
}, - {
- "name": "background_schema_migrations",
- "size": "24 kB"
}, - {
- "name": "certificates",
- "size": "24 kB"
}, - {
- "name": "git_remotes",
- "size": "24 kB"
}, - {
- "name": "ldap_directory_entries",
- "size": "24 kB"
}, - {
- "name": "mintmodels",
- "size": "24 kB"
}, - {
- "name": "properties",
- "size": "24 kB"
}, - {
- "name": "rule_change_matches",
- "size": "24 kB"
}, - {
- "name": "user_preferences",
- "size": "24 kB"
}, - {
- "name": "settings",
- "size": "24 kB"
}, - {
- "name": "settings_versions",
- "size": "24 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "properties_versions",
- "size": "24 kB"
}, - {
- "name": "rule_workflow_matches",
- "size": "16 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "16 kB"
}, - {
- "name": "authentication_tokens",
- "size": "16 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "rule_node_matches",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 bytes"
}, - {
- "name": "node_background_task_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "log_lines_incoming",
- "size": "0 bytes"
}, - {
- "name": "que_live_jobs",
- "size": "0 bytes"
}
]
}, - "links": {
- "self": "/api/admin/database"
}
}
]
}{- "data": [
- {
- "id": "opschain.limepoint.engineering",
- "type": "node_status",
- "attributes": {
- "name": "opschain.limepoint.engineering",
- "creation_timestamp": "2024-03-05T00:03:56Z",
- "kubelet_version": "v1.29.6+k3s2",
- "container_runtime_version": "docker://24.0.2",
- "os": "linux",
- "os_image": "Fedora Linux 36 (Server Edition)",
- "architecture": "amd64",
- "roles": [
- "control-plane",
- "master"
], - "metrics": {
- "cpu": "100m",
- "memory": "100Mi"
}, - "conditions": [
- {
- "type": "MemoryPressure",
- "status": "False",
- "reason": "KubeletHasSufficientMemory",
- "message": "kubelet has sufficient memory available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "DiskPressure",
- "status": "False",
- "reason": "KubeletHasNoDiskPressure",
- "message": "kubelet has no disk pressure",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "PIDPressure",
- "status": "False",
- "reason": "KubeletHasSufficientPID",
- "message": "kubelet has sufficient PID available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "Ready",
- "status": "True",
- "reason": "KubeletReady",
- "message": "kubelet is posting ready status",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}
], - "capacity": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "103757316Ki"
}, - "allocatable": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "100935116926"
}, - "images": [
- {
- "names": [
- "registry.local.gd:3443/opschain/runner@sha256:256",
- "registry.local.gd:3443/opschain/runner:01234-id"
], - "size_bytes": 2615498231
}
]
}
}
]
}Returns the status of the OpsChain queues and details about their jobs.
{- "data": [
- {
- "id": "default",
- "type": "queue_status",
- "attributes": {
- "name": "default",
- "summary": {
- "total": 10,
- "running": 2,
- "failed": 1,
- "scheduled": 3,
- "finished": 4,
- "pending": 1
}, - "jobs": [
- {
- "job_class": "ChangeJob",
- "total": 5,
- "running": 1,
- "failed": 1,
- "scheduled": 2,
- "finished": 3,
- "pending": 0,
- "next_run_at": "2026-06-18T20:21:01.884+10:00",
- "last_run_at": "2026-06-18T18:21:01.884+10:00",
- "highest_error_count": 2,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it."
}, - {
- "job_class": "DataCleanupJob",
- "total": 5,
- "running": 0,
- "failed": 0,
- "scheduled": 0,
- "finished": 0,
- "pending": 0,
- "next_run_at": "2026-06-18T20:21:01.884+10:00",
- "last_run_at": "2026-06-18T17:21:01.884+10:00",
- "highest_error_count": 0,
- "description": "Cleans up data based on a data cleanup definition."
}
]
}
}
]
}Returns the status of all the OpsChain API workers in the configured namespace.
{- "data": [
- {
- "id": "opschain-api-worker-1",
- "type": "worker",
- "attributes": {
- "namespace": "opschain",
- "node": "node-1",
- "host_ip": "192.168.1.1",
- "pod_ip": "192.168.1.2",
- "start_time": "2021-01-01T00:00:00Z",
- "state": "Running",
- "image": "opschain-api-worker-image",
- "restart_count": 0
}
}
]
}Lists all data cleanup definitions.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "0e97b5fe-4bcf-4923-a70f-fd1df9722db3",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "sensor",
- "enabled": true,
- "created_by": "ariel",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-06-11T09:21:27.505Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-06-18T09:21:27.528327Z",
- "updated_at": "2026-06-18T09:21:27.528327Z",
- "next_run_at": "2026-06-20T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/0e97b5fe-4bcf-4923-a70f-fd1df9722db3"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Notes:
cron_schedule or run_at fields must be provided.filters field are changes, events, jobs, and workflow_runs. The agent image cleanup job accepts template_version_history and the build_agent_image_task. Each of these can have ransack filters for the specific type they refer to.
IMPORTANT: If no filters are provided for a data type, the cleanup will remove all data that matches the node paths.node_paths field is an array of strings. Each string is a path to a node. The path must start with /projects and only contain forward slashes, lowercase letters, numbers and underscores, and optionally a single "%" at the end.
Use the % wildcard to include all nodes under a specific node or node-type, note that this will apply the cleanup to all nodes that are yet to be created, as long as they match the path.required | object |
{- "data": {
- "attributes": {
- "name": "panel",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": true,
- "cron_schedule": "0 0 * * *",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": false
}
}
}{- "data": {
- "id": "e81f56db-59b2-4059-9a92-7c638f4bb49d",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "bus",
- "enabled": true,
- "created_by": "logged_in_user",
- "cron_schedule": "48 17 8 9 *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": true,
- "filters": {
- "build_agent_image_tasks": {
- "created_at_days_ago_lteq": 30
}
}, - "node_paths": [
- "/projects%"
], - "run_count": 0,
- "created_at": "2026-06-18T09:21:28.961066Z",
- "updated_at": "2026-06-18T09:21:28.961066Z",
- "next_run_at": "2026-09-08T07:48:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/e81f56db-59b2-4059-9a92-7c638f4bb49d"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: 97e37177-bcca-433b-958d-99786ad8fcb9 data cleanup definition id |
{- "data": {
- "id": "1a9d3111-fdfa-45c2-8cc0-68267372c554",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "application",
- "enabled": true,
- "created_by": "darius",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": true,
- "filters": {
- "changes": {
- "created_at_lt": "2026-06-11T09:21:29.322Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-06-18T09:21:29.326809Z",
- "updated_at": "2026-06-18T09:21:29.326809Z",
- "next_run_at": "2026-06-20T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/1a9d3111-fdfa-45c2-8cc0-68267372c554"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: 97e37177-bcca-433b-958d-99786ad8fcb9 data cleanup definition id |
required | object |
{- "data": {
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "cron_schedule": "36 5 23 1 2",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": true
}
}
}{- "data": {
- "id": "aa279850-8d33-43b1-8c20-9ce0336c8629",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "lorenzo",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": true,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-06-11T09:21:29.704Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-06-18T09:21:29.708173Z",
- "updated_at": "2026-06-18T09:21:29.731581Z",
- "next_run_at": "2026-06-20T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/aa279850-8d33-43b1-8c20-9ce0336c8629"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Extracts the converged properties, converged settings, and relevant asset MintModel for the two nodes supplied. Also includes environments and assets summaries, and most recent change for each node.
required | object |
{- "data": {
- "attributes": {
- "node_path_a": "/projects/opc/environments/dev/assets/env_soa",
- "node_path_b": "/projects/opc/assets/prj_soa"
}
}
}{- "data": {
- "id": "env_soa:prj_soa",
- "type": "node_comparison",
- "attributes": {
- "nodes": {
- "node_a": {
- "name": "Environment asset (env_soa)",
- "path": "/projects/opc/environments/dev/assets/env_soa",
- "created_at": "2026-06-18T09:21:26.450528Z",
- "updated_at": "2026-06-18T09:21:26.450528Z",
- "properties": {
- "updated_at": "2026-06-18T09:21:26.454924Z",
- "version": 1
}, - "settings": {
- "updated_at": "2026-06-18T09:21:26.461992Z",
- "version": 1
}, - "mintmodel": {
- "filename": "soa.json.erb",
- "valid?": true
}, - "latest_change": null,
- "parent": "Development (dev)"
}, - "node_b": {
- "name": "Project asset (prj_soa)",
- "path": "/projects/opc/assets/prj_soa",
- "created_at": "2026-06-18T09:21:26.523150Z",
- "updated_at": "2026-06-18T09:21:26.523150Z",
- "properties": {
- "updated_at": "2026-06-18T09:21:26.528665Z",
- "version": 1
}, - "settings": {
- "updated_at": "2026-06-18T09:21:26.536959Z",
- "version": 1
}, - "mintmodel": {
- "filename": "soa.json.erb",
- "valid?": true
}, - "latest_change": null,
- "parent": "OpsChain (opc)"
}
}, - "properties": {
- "node_a": {
- "data": {
- "example_property": "value_a"
}, - "sources": {
- "example_property": "Development (dev)"
}
}, - "node_b": {
- "data": {
- "example_property": "value_b",
- "another_property": "extra"
}, - "sources": {
- "example_property": "OpsChain (opc)",
- "another_property": "OpsChain (opc)"
}
}
}, - "settings": {
- "node_a": {
- "data": {
- "example_setting": "value_a"
}, - "sources": null
}, - "node_b": {
- "data": {
- "example_setting": "value_b"
}, - "sources": null
}
}, - "mintmodel": {
- "node_a": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "node_b": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "diff": { }
}, - "environments": {
- "node_a": null,
- "node_b": null
}, - "assets": {
- "node_a": null,
- "node_b": null
}, - "agents": {
- "node_a": null,
- "node_b": null
}
}
}
}