Preview

uploadedRecords is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

uploadedRecords

Fetch uploaded records by process ID with optional status filter

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_DEVELOPER

    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.