uploadedRecords
Fetch uploaded records by process ID with optional status filter
This page contains
Arguments
processId String! | Process ID to fetch records for |
status UploadedRecordStatus PREVIEW | Optional status filter (SUCCESS or FAILED) |
first Int | Number of results to return |
after String | Paginated result - After this point |
last Int | Number of items to return before the given before cursor |
before String | Paginated result - Before this point |
Return Fields
UploadedRecordsConnection PREVIEW |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.