adobe-firefly-sdk
    Preparing search index...

    Type Alias GetJobStatusData

    type GetJobStatusData = {
        body?: never;
        headers?: { "x-request-id"?: string };
        path: { jobId: JobId };
        query?: never;
        url: "/status/{jobId}";
    }
    Index

    Properties

    body?: never
    headers?: { "x-request-id"?: string }

    Type Declaration

    • Optionalx-request-id?: string

      The X-Request-Id header is used to identify a request. It can be used to correlate logs and other resources and is intended to be a non-persistent identifier.

    path: { jobId: JobId }
    query?: never
    url: "/status/{jobId}"