Create and manage tasks via REST API
Documentation Index
Fetch the complete documentation index at: https://docs.namastex.ai/llms.txt
Use this file to discover all available pages before exploring further.
http://localhost:8887/api/tasks
| Parameter | Type | Description |
|---|---|---|
projectId | string | Filter by project |
status | enum | Filter by status |
priority | enum | Filter by priority |
labels | string | Comma-separated labels |
assignee | string | Filter by assignee |
search | string | Search title/description |
page | integer | Page number |
limit | integer | Items per page |
sort | string | Sort field |
pending - Not startedin_progress - Being executedreview - Awaiting reviewcompleted - Successfully completedfailed - Execution failedcancelled - Cancelled by userlowmediumhighcritical| Parameter | Type | Description |
|---|---|---|
attemptId | string | Filter by specific attempt |
level | enum | Filter by log level (info, warn, error) |
follow | boolean | Stream logs in real-time |