Skip to main content

Get an asynchronous note generation

GET 

/generate-note-async/:id

Poll the status —and results if successful— of an asynchronous note generation.

Request

Path Parameters

    id uuidrequired

    The id of the asynchronous request.

    Example: 23A9981B-9E46-4ADB-BB0B-8E406C624540

Responses

The asynchronous note generation details.
Schema
    oneOf
    iduuidrequired

    The id of the asynchronous request.

    Example: 98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6
    client_request_idcopilot_client_request_id (string)

    An optional unique client-made id for this request. When specified, this id is included in the Json payload that will be sent asynchronously. This can help clients both guarantee idempotency and correlate asynchronous responses with their requests.

    Note: this id must be different for every request. It is recommended to use a randomly generated UUID.

    Possible values: <= 128 characters

    statusasync_request_status (string)required

    Possible values: [ongoing, failed, succeeded]