List and download files generated by a task
Documentation Index
Fetch the complete documentation index at: https://docs.sigmic.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
id | string | The unique task identifier |
| Field | Type | Description |
|---|---|---|
name | string | Filename |
path | string | Relative path in workspace |
size | number | File size in bytes |
mimeType | string | MIME type (e.g., text/csv, application/pdf) |
category | string | File category (e.g., csv, pdf, image, code) |
modifiedAt | string | ISO timestamp of last modification |
| Parameter | Type | Description |
|---|---|---|
id | string | The unique task identifier |
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Relative file path (from the artifacts listing) |
| Header | Description |
|---|---|
Content-Type | MIME type of the file |
Content-Disposition | attachment; filename="output.csv" |
Content-Length | File size in bytes |
| Code | Description |
|---|---|
AUTH_REQUIRED | No authentication provided |
INVALID_API_KEY | Invalid or expired API key |
NOT_FOUND | Task or file not found |
VALIDATION_ERROR | Missing path query parameter (download endpoint) |