# Cordage Docs ## Docs - [Get Run Details](https://docs.trycordage.com/api-reference/endpoint/get-run.md): Retrieves the current status and outputs of a specific workflow run. Poll this endpoint to track workflow progress and retrieve generated outputs. - [Cancel Run](https://docs.trycordage.com/api-reference/endpoint/kill-run.md): Cancels a running workflow. Any nodes that have already completed will retain their outputs, but pending nodes will be cancelled. - [List Runs](https://docs.trycordage.com/api-reference/endpoint/list-runs.md): Retrieves a paginated list of workflow runs for the specified webhook. Runs are sorted by creation time in descending order (newest first). - [Trigger Workflow](https://docs.trycordage.com/api-reference/endpoint/trigger.md): Starts a workflow run using the specified webhook. The workflow executes asynchronously and returns immediately with a run ID that can be used to track progress. - [API Reference](https://docs.trycordage.com/api-reference/introduction.md): Integrate Cordage workflows into your applications - [Welcome to Cordage](https://docs.trycordage.com/index.md): The Design Intelligence Platform - [Quick Start](https://docs.trycordage.com/quickstart.md): Create your first AI workflow in 5 minutes - [Connecting Nodes](https://docs.trycordage.com/tutorials/connections.md): Master data flow between nodes in your workflows - [Iterators & Batch Processing](https://docs.trycordage.com/tutorials/iterators.md): Process multiple inputs efficiently with text and media iterators - [AI Models](https://docs.trycordage.com/tutorials/models.md): Use models for image generation, enhancement, and more - [Working with Nodes](https://docs.trycordage.com/tutorials/nodes.md): Understanding the building blocks of Cordage workflows - [Tool Nodes](https://docs.trycordage.com/tutorials/tools.md): Crop, resize, blur, filter, and export images without AI - [Webhooks & API](https://docs.trycordage.com/tutorials/webhooks.md): Trigger workflows programmatically from external applications ## OpenAPI Specs - [openapi](https://docs.trycordage.com/api-reference/openapi.json) ## Optional - [App](https://trycordage.com)