Preview

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

apiRequests

Paginated list of API requests

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    ROLE_PARTNER_READ

    Arguments

    first Int

    Number of results to fetch forward

    after String

    Cursor after which to fetch forward

    last Int

    Number of results to fetch backward

    before String

    Cursor before which to fetch backward

    filter ApiRequestFilter PREVIEW

    Filter for API requests. Will restrict the search accordingly.

    direction OrderDirection

    Sort direction for results (always by request occurrence time). Defaults to DESC (newest first).

    Return Fields

    ApiRequestConnection! PREVIEW

    Paginated result for API requests

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.