HEAD /summary/{uniqueid}

Path parameters

  • uniqueid string Required

Responses

  • 200

    Summary exists

  • 204

    Summary not ready yet

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Uniqueid not found

  • 500

    Failed to fetch summary state

  • 503

    Service unavailable

HEAD /summary/{uniqueid}
curl \
 --request HEAD 'http://localhost:8080/summary/{uniqueid}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"