curl --request GET \
--url https://platform.kodexa.ai/api/activities/{id}/steps/{stepId}/document-families \
--header 'x-api-key: <api-key>'[
{
"completedOn": "2023-11-07T05:31:56Z",
"documentFamilyId": "<string>",
"documentFamilyPath": "<string>",
"errorDetails": {},
"executionId": "<string>",
"id": "<string>",
"inputContentObjectId": "<string>",
"outputContentObjectId": "<string>",
"plannedItemId": "<string>",
"startedOn": "2023-11-07T05:31:56Z",
"status": "<string>"
}
]Returns one row per document family processed by the specified step, including the input/output content object IDs and any error details. Used by the per-step debug panel.
curl --request GET \
--url https://platform.kodexa.ai/api/activities/{id}/steps/{stepId}/document-families \
--header 'x-api-key: <api-key>'[
{
"completedOn": "2023-11-07T05:31:56Z",
"documentFamilyId": "<string>",
"documentFamilyPath": "<string>",
"errorDetails": {},
"executionId": "<string>",
"id": "<string>",
"inputContentObjectId": "<string>",
"outputContentObjectId": "<string>",
"plannedItemId": "<string>",
"startedOn": "2023-11-07T05:31:56Z",
"status": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
Unique identifier (UUID) of the step within the activity.
Document family executions for the step
When processing completed.
ID of the document family processed.
Path of the document family within its store.
Error details JSON when processing failed.
ID of the execution that processed this document, if any.
Unique identifier of the planned-item-document row.
Content object ID of the input KDDB the step consumed.
Content object ID of the output KDDB the step produced (falls back to input CO for non-content-producing steps).
Step ID this document was processed by. Field name preserved verbatim from the legacy /api/plans shape for UI parity.
When processing started.
Processing status (PENDING, RUNNING, COMPLETED, FAILED, etc.).