Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quadrillion task_dag_mutations API

The task_dag_mutations API from Quadrillion — 6 operation(s) for task_dag_mutations.

Quadrillion task_dag_mutations API is one of 51 APIs that Quadrillion publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include task_dag_mutations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 8 operations across 6 paths, and defines 15 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://api.quadrillion.io.

8 operations 6 paths 15 schemas 2 DELETE2 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.quadrillion.io
Resource Areas
1

Paths & Operations 8

Across 6 paths, the API surfaces 8 operations — 2 DELETE, 2 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

task_dag_mutations 8
POST
/api/projects
Create Project Endpoint
create_project_endpoint_api_projects_post body → 200422
DELETE
/api/projects/{project_id}
Delete Project Endpoint
delete_project_endpoint_api_projects__project_id__delete 1 param → 200422
PATCH
/api/projects/{project_id}
Update Project Title Endpoint
update_project_title_endpoint_api_projects__project_id__patch 1 param body → 200422
POST
/api/projects/{project_id}/tasks/{task_id}/reassign
Reassign Task Endpoint
reassign_task_endpoint_api_projects__project_id__tasks__task_id__reassign_post 2 params body → 200422
PATCH
/api/projects/{project_id}/tasks/{task_id}
Update Task Endpoint
update_task_endpoint_api_projects__project_id__tasks__task_id__patch 2 params body → 200422
DELETE
/api/projects/{project_id}/tasks/{task_id}
Delete Task Endpoint
delete_task_endpoint_api_projects__project_id__tasks__task_id__delete 3 params body → 200422
POST
/api/task_variables/serialize_and_submit
Serialize And Submit Task Variables Endpoint
serialize_and_submit_task_variables_endpoint_api_task_variables_serialize_and_submit_post body → 200422
POST
/api/kernel/post_rundeprecated
Kernel Post Run Endpoint
kernel_post_run_endpoint_api_kernel_post_run_post body → 200422

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are UpdateTaskRequest (12 properties), ProjectResponse (6 properties), KernelPostRunRequest (4 properties), AddRequiredVariableRequest (3 properties). Each schema is shown below with its type and property counts.

UpdateProjectTitleRequest
object
2 properties 1 required
UpdateTaskRequest
object
12 properties 1 required
ValidationError
object
3 properties 3 required
SerializeAndSubmitRequest
object
Raw values pushed from a kernel post-run hook. Clients send the JSON-decoded value as-is; the server is the source of truth for type classification (see quadri…
3 properties 2 required
CreateProjectRequest
object
1 property
SerializeAndSubmitResponse
object
3 properties
ReassignTaskRequest
object
2 properties 1 required
KernelPostRunRequest
object
Full post-run snapshot pushed from a kernel: evidence values plus the namespace inventory rendered for the frontend variables panel. Mirrors handlers.taskdag.K…
4 properties 1 required
TrackedVariable
object
3 properties 3 required
ProjectResponse
object
6 properties 4 required
DeleteTaskRequest
object
1 property 1 required
AddRequiredVariableRequest
object
3 properties 1 required
HTTPValidationError
object
1 property
JsonObject
object
JsonValue

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quadrillion-task-dag-mutations-api-openapi.yml Raw ↑

Other APIs Quadrillion publishes across the network.

Quadrillion account API
Quadrillion admin API
Quadrillion api-keys API
Quadrillion auth API
Quadrillion autocomplete API
Quadrillion blobs API
Quadrillion Cerebras API
Quadrillion ckg API
Quadrillion compute API
Quadrillion credentials API
Quadrillion execution API
Quadrillion files API