get_artifact_content
curl --request GET \
--url https://ndi-api.nace.ai/v1/workspaces/{workspace_id}/artifacts/content \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}get_artifact_content
Stream current artifact bytes by exact workspace-relative path.
GET
/
v1
/
workspaces
/
{workspace_id}
/
artifacts
/
content
get_artifact_content
curl --request GET \
--url https://ndi-api.nace.ai/v1/workspaces/{workspace_id}/artifacts/content \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}Authorizations
Headers
Optional single HTTP byte range, for example bytes=0-1023.
Path Parameters
Workspace identifier.
Query Parameters
Exact workspace-relative path of a live source, derivative, or query-result artifact.
Required string length:
1 - 1024Pattern:
^[^/]Response
Successful Response